Changeset 5360cf0 in mainline for boot/arch/sparc64/loader/stack.h


Ignore:
Timestamp:
2009-08-20T16:48:08Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a11099f
Parents:
00a020d
Message:

coding style (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/stack.h

    r00a020d r5360cf0  
    3030#define BOOT_sparc64_STACK_H_
    3131
    32 #define STACK_ALIGNMENT                 16
    33 #define STACK_BIAS                      2047
    34 #define STACK_WINDOW_SAVE_AREA_SIZE     (16*8)
     32#define STACK_ALIGNMENT              16
     33#define STACK_BIAS                   2047
     34#define STACK_WINDOW_SAVE_AREA_SIZE  (16 * 8)
    3535
    3636#endif
Note: See TracChangeset for help on using the changeset viewer.