Changeset 968 for trunk/softs/tsar_boot/include
- Timestamp:
- Apr 6, 2015, 10:29:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/include/reset_utils.h
r962 r968 16 16 ********************************************************************/ 17 17 18 #define __cache_aligned__ __attribute__((aligned(CACHE_LINE_SIZE))) 19 18 20 /* 19 21 * cache line aligned disk block (sector) buffer … … 22 24 { 23 25 char b[BLOCK_SIZE]; 24 } __ attribute__((aligned(CACHE_LINE_SIZE)));26 } __cache_aligned__; 25 27 26 28 /********************************************************************
Note: See TracChangeset
for help on using the changeset viewer.