Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/include/platform.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 987 by niro, Sun May 30 11:32:42 2010 UTC revision 988 by niro, Sun May 30 11:41:13 2010 UTC
# Line 291  typedef unsigned smalluint; Line 291  typedef unsigned smalluint;
291  #if 1 /* if needed: !defined(arch1) && !defined(arch2) */  #if 1 /* if needed: !defined(arch1) && !defined(arch2) */
292  # define ALIGN1 __attribute__((aligned(1)))  # define ALIGN1 __attribute__((aligned(1)))
293  # define ALIGN2 __attribute__((aligned(2)))  # define ALIGN2 __attribute__((aligned(2)))
294    # define ALIGN4 __attribute__((aligned(4)))
295  #else  #else
296  /* Arches which MUST have 2 or 4 byte alignment for everything are here */  /* Arches which MUST have 2 or 4 byte alignment for everything are here */
297  # define ALIGN1  # define ALIGN1
298  # define ALIGN2  # define ALIGN2
299    # define ALIGN4
300  #endif  #endif
301    
302    

Legend:
Removed from v.987  
changed lines
  Added in v.988