After introduction of initial pagetables there is no any sense
in dummy_bss variable as bss section will not be empty anymore.
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Acked-by: Bobby Eshleman <bobbyeshleman@gmail.com>
unsigned char __initdata cpu0_boot_stack[STACK_SIZE]
__aligned(STACK_SIZE);
-/*
- * To be sure that .bss isn't zero. It will simplify code of
- * .bss initialization.
- * TODO:
- * To be deleted when the first real .bss user appears
- */
-int dummy_bss __attribute__((unused));
-
void __init noreturn start_xen(unsigned long bootcpu_id,
paddr_t dtb_addr)
{