Changeset 09ab0a9a in mainline for kernel/arch/sparc64/src/sun4v/md.c
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/md.c
rb2aaaa0 r09ab0a9a 54 54 #define PROP_STR 0x73 /**< Node property with a string value */ 55 55 #define PROP_DATA 0x64 /**< Node property with a block of data */ 56 57 56 58 57 /** machine description header */ … … 105 104 __attribute__((aligned(16))); 106 105 107 108 106 /** returns pointer to the element at the given index */ 109 107 static md_element_t *get_element(element_idx_t idx)
Note:
See TracChangeset
for help on using the changeset viewer.