diff options
Diffstat (limited to 'e2fsprogs/ext2fs/rw_bitmaps.c')
-rw-r--r-- | e2fsprogs/ext2fs/rw_bitmaps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/ext2fs/rw_bitmaps.c b/e2fsprogs/ext2fs/rw_bitmaps.c index d5698a221..50f2a9447 100644 --- a/e2fsprogs/ext2fs/rw_bitmaps.c +++ b/e2fsprogs/ext2fs/rw_bitmaps.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include "ext2fs.h" | 27 | #include "ext2fs.h" |
28 | #include "e2image.h" | 28 | #include "e2image.h" |
29 | 29 | ||
30 | #if defined(__powerpc__) && defined(EXT2FS_ENABLE_SWAPFS) | 30 | #if defined(__powerpc__) && BB_BIG_ENDIAN |
31 | /* | 31 | /* |
32 | * On the PowerPC, the big-endian variant of the ext2 filesystem | 32 | * On the PowerPC, the big-endian variant of the ext2 filesystem |
33 | * has its bitmaps stored as 32-bit words with bit 0 as the LSB | 33 | * has its bitmaps stored as 32-bit words with bit 0 as the LSB |