Revert "tty: hvc: Fix data abort due to race in hvc_open"
[linux/fpc-iii.git] / arch / microblaze / include / asm / setup.h
blobbe10da9d87cb73fbb75a274917e6e8967a63f184
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
4 * Copyright (C) 2007-2009 PetaLogix
5 * Copyright (C) 2006 Atmark Techno, Inc.
6 */
7 #ifndef _ASM_MICROBLAZE_SETUP_H
8 #define _ASM_MICROBLAZE_SETUP_H
10 #include <uapi/asm/setup.h>
12 # ifndef __ASSEMBLY__
13 extern char cmd_line[COMMAND_LINE_SIZE];
15 extern char *klimit;
17 # ifdef CONFIG_MMU
18 extern void mmu_reset(void);
19 # endif /* CONFIG_MMU */
21 void time_init(void);
22 void init_IRQ(void);
23 void machine_early_init(const char *cmdline, unsigned int ram,
24 unsigned int fdt, unsigned int msr, unsigned int tlb0,
25 unsigned int tlb1);
27 void machine_restart(char *cmd);
28 void machine_shutdown(void);
29 void machine_halt(void);
30 void machine_power_off(void);
32 extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
34 # endif /* __ASSEMBLY__ */
35 #endif /* _ASM_MICROBLAZE_SETUP_H */