Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

binfmt_flat: remove the unused OLD_FLAT_FLAG_RAM definition

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>

authored by

Christoph Hellwig and committed by
Greg Ungerer
38e63483 06d2bfed

-3
-3
include/linux/flat.h
··· 72 72 # if defined(mc68000) && !defined(CONFIG_COLDFIRE) 73 73 signed long offset : 30; 74 74 unsigned long type : 2; 75 - # define OLD_FLAT_FLAG_RAM 0x1 /* load program entirely into RAM */ 76 75 # elif defined(__BIG_ENDIAN_BITFIELD) 77 76 unsigned long type : 2; 78 77 signed long offset : 30; 79 - # define OLD_FLAT_FLAG_RAM 0x1 /* load program entirely into RAM */ 80 78 # elif defined(__LITTLE_ENDIAN_BITFIELD) 81 79 signed long offset : 30; 82 80 unsigned long type : 2; 83 - # define OLD_FLAT_FLAG_RAM 0x1 /* load program entirely into RAM */ 84 81 # else 85 82 # error "Unknown bitfield order for flat files." 86 83 # endif