projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b899219
)
x86 setup: drop SWAP_DEV
author
Paul Bolle
<pebolle@tiscali.nl>
Tue, 16 Sep 2008 09:17:03 +0000
(11:17 +0200)
committer
H. Peter Anvin
<hpa@zytor.com>
Tue, 16 Sep 2008 16:57:36 +0000
(09:57 -0700)
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>
arch/x86/boot/header.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/boot/header.S
b/arch/x86/boot/header.S
index af86e431acfae2af91957a9932c3bf5fb96bd5fb..b993062e9a5f7fae2d2492abd78cfb9933a0f01a 100644
(file)
--- 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