Skip to content

Commit

Permalink
x86, boot: Remove obsolete and unused constant RAMDISK
Browse files Browse the repository at this point in the history
The named constant RAMDISK is unused. It used to set the (obsolete)
kernel boot header field ram_size, but its usage for that purpose got
dropped in commit 5e47c47 ("x86: remove
zImage support"). Now remove this constant too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Link: http://lkml.kernel.org/r/1345396003.1771.9.camel@x61.thuisdomein
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
Paul Bolle authored and H. Peter Anvin committed Aug 20, 2012
1 parent d987569 commit 0570a36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/x86/boot/header.S
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ SYSSEG = 0x1000 /* historical load address >> 4 */
#define SVGA_MODE ASK_VGA
#endif

#ifndef RAMDISK
#define RAMDISK 0
#endif

#ifndef ROOT_RDONLY
#define ROOT_RDONLY 1
#endif
Expand Down

0 comments on commit 0570a36

Please sign in to comment.