summary refs log tree commit diff
path: root/arch/x86/boot
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2008-09-16 11:17:03 +0200
committerH. Peter Anvin <hpa@zytor.com>2008-09-16 09:57:36 -0700
commit998564789137921acae9e367b61c5a1dc295653d (patch)
tree5e9aa1ace1953823809c6d6731f132617283ce9e /arch/x86/boot
parentb899219572350685e6163ce7535efb5ad9bcd6a4 (diff)
downloadlinux-998564789137921acae9e367b61c5a1dc295653d.tar.gz
x86 setup: drop SWAP_DEV
Impact: None (cleanup)

SWAP_DEV is unused since 2.6.23-rc1. The comment was already incorrect
since (at least) 2.6.12.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r--arch/x86/boot/header.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index af86e431acfa..b993062e9a5f 100644
--- a/arch/x86/boot/header.S
+++ b/arch/x86/boot/header.S
@@ -30,7 +30,6 @@ SYSSEG		= DEF_SYSSEG		/* system loaded at 0x10000 (65536) */
 SYSSIZE		= DEF_SYSSIZE		/* system size: # of 16-byte clicks */
 					/* to be loaded */
 ROOT_DEV	= 0			/* ROOT_DEV is now written by "build" */
-SWAP_DEV	= 0			/* SWAP_DEV is now written by "build" */
 
 #ifndef SVGA_MODE
 #define SVGA_MODE ASK_VGA