2 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2007-2009 PetaLogix
4 * Copyright (C) 2006 Atmark Techno, Inc.
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
10 #ifndef _ASM_MICROBLAZE_SETUP_H
11 #define _ASM_MICROBLAZE_SETUP_H
13 #include <uapi/asm/setup.h>
16 extern unsigned int boot_cpuid
; /* move to smp.h */
18 extern char cmd_line
[COMMAND_LINE_SIZE
];
23 extern void mmu_reset(void);
24 # endif /* CONFIG_MMU */
28 void machine_early_init(const char *cmdline
, unsigned int ram
,
29 unsigned int fdt
, unsigned int msr
, unsigned int tlb0
,
32 void machine_restart(char *cmd
);
33 void machine_shutdown(void);
34 void machine_halt(void);
35 void machine_power_off(void);
37 extern void *zalloc_maybe_bootmem(size_t size
, gfp_t mask
);
39 # endif /* __ASSEMBLY__ */
40 #endif /* _ASM_MICROBLAZE_SETUP_H */