search for: 16784a6

Displaying 1 result from an estimated 1 matches for "16784a6".

Did you mean: 16746
2006 Jun 26
0
[klibc 06/43] Re-create ROOT_DEV, too many architectures need it.
...8:46:23 -0700 arch/i386/kernel/setup.c | 1 + arch/x86_64/kernel/setup.c | 1 + init/initramfs.c | 4 ---- init/main.c | 12 ++++++++++++ 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index 16784a6..54c72d9 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c @@ -1460,6 +1460,7 @@ #ifdef CONFIG_EFI efi_enabled = 1; #endif + ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); drive_info = DRIVE_INFO; screen_info = SCREEN_INFO; edid_info = EDID_INFO; diff --git a/arch/x86_64...