diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:25:10 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 20:33:57 +0200 |
commit | fa809d709e7acb99aa1c74987829ae13d908af38 (patch) | |
tree | 4895064acd827af04915b61bfff180908cb3ac1d /arch/ia64/dig/setup.c | |
parent | ia64: rework iommu probing (diff) | |
download | linux-fa809d709e7acb99aa1c74987829ae13d908af38.tar.xz linux-fa809d709e7acb99aa1c74987829ae13d908af38.zip |
ia64: move the ROOT_DEV setup to common code
I'm not sure how useful a platform default ROOT_DEV is these days,
but it pretty sure isn't machvec dependent.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190813072514.23299-25-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/dig/setup.c')
-rw-r--r-- | arch/ia64/dig/setup.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/ia64/dig/setup.c b/arch/ia64/dig/setup.c index cc14fdce6db6..0b1866d2462a 100644 --- a/arch/ia64/dig/setup.c +++ b/arch/ia64/dig/setup.c @@ -13,13 +13,11 @@ #include <linux/init.h> #include <linux/delay.h> #include <linux/kernel.h> -#include <linux/kdev_t.h> #include <linux/string.h> #include <linux/screen_info.h> #include <linux/console.h> #include <linux/timex.h> #include <linux/sched.h> -#include <linux/root_dev.h> #include <asm/io.h> #include <asm/machvec.h> @@ -30,13 +28,6 @@ dig_setup (char **cmdline_p) { unsigned int orig_x, orig_y, num_cols, num_rows, font_height; - /* - * Default to /dev/sda2. This assumes that the EFI partition - * is physical disk 1 partition 1 and the Linux root disk is - * physical disk 1 partition 2. - */ - ROOT_DEV = Root_SDA2; /* default to second partition on first drive */ - #ifdef CONFIG_SMP init_smp_config(); #endif |