diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-02-04 17:52:45 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-02-25 12:33:19 +0100 |
commit | d9d2b2f307ce72517e891f21a0e3e101673beb3e (patch) | |
tree | c61541a5f7938b92b4f52f58f7dd278deb2de5df /arch/microblaze/kernel | |
parent | microblaze: Add missing irqflags.h header (diff) | |
download | linux-d9d2b2f307ce72517e891f21a0e3e101673beb3e.tar.xz linux-d9d2b2f307ce72517e891f21a0e3e101673beb3e.zip |
microblaze: Remove unused boot_cpuid variable
boot_cpuid is not used on uni processor system that's why can be removed.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Stefan Asserhall <stefan.asserhall@xilinx.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r-- | arch/microblaze/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index a8fc15ac4291..dd121e33b8e3 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c @@ -41,7 +41,6 @@ DEFINE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */ DEFINE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */ DEFINE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */ -unsigned int boot_cpuid; /* * Placed cmd_line to .data section because can be initialized from * ASM code. Default position is BSS section which is cleared |