microblaze: remove unused alloc_maybe_bootmem
[linux-block.git] / arch / microblaze / include / asm / setup.h
CommitLineData
ec9f9101 1/*
a43acfbb
MS
2 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2007-2009 PetaLogix
ec9f9101
MS
4 * Copyright (C) 2006 Atmark Techno, Inc.
5 *
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
8 * for more details.
9 */
ec9f9101
MS
10#ifndef _ASM_MICROBLAZE_SETUP_H
11#define _ASM_MICROBLAZE_SETUP_H
12
3cb0eab2 13#include <uapi/asm/setup.h>
ec9f9101
MS
14
15# ifndef __ASSEMBLY__
ec9f9101
MS
16extern unsigned int boot_cpuid; /* move to smp.h */
17
18extern char cmd_line[COMMAND_LINE_SIZE];
ec9f9101 19
c40d04df
DH
20extern char *klimit;
21
ec9f9101 22int setup_early_printk(char *opt);
e721a45f 23void remap_early_printk(void);
ec9f9101
MS
24void disable_early_printk(void);
25
79c157a3
GR
26void microblaze_heartbeat(void);
27void microblaze_setup_heartbeat(void);
ec9f9101 28
a43acfbb
MS
29# ifdef CONFIG_MMU
30extern void mmu_reset(void);
31extern void early_console_reg_tlb_alloc(unsigned int addr);
32# endif /* CONFIG_MMU */
33
42a2478b
MS
34extern void of_platform_reset_gpio_probe(void);
35
ec9f9101
MS
36void time_init(void);
37void init_IRQ(void);
38void machine_early_init(const char *cmdline, unsigned int ram,
95b0f9ea
MS
39 unsigned int fdt, unsigned int msr, unsigned int tlb0,
40 unsigned int tlb1);
ec9f9101
MS
41
42void machine_restart(char *cmd);
43void machine_shutdown(void);
44void machine_halt(void);
45void machine_power_off(void);
46
c40d04df
DH
47extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
48
ec9f9101
MS
49# endif /* __ASSEMBLY__ */
50#endif /* _ASM_MICROBLAZE_SETUP_H */