microblaze_mmu_v2: Alocate TLB for early console
[linux-2.6/mini2440.git] / arch / microblaze / include / asm / setup.h
blob27f8dafd8c34b25f9f2b2463a62b025611d8de14
1 /*
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
8 * for more details.
9 */
11 #ifndef _ASM_MICROBLAZE_SETUP_H
12 #define _ASM_MICROBLAZE_SETUP_H
14 #define COMMAND_LINE_SIZE 256
16 # ifndef __ASSEMBLY__
18 # ifdef __KERNEL__
19 extern unsigned int boot_cpuid; /* move to smp.h */
21 extern char cmd_line[COMMAND_LINE_SIZE];
23 void early_printk(const char *fmt, ...);
25 int setup_early_printk(char *opt);
26 void disable_early_printk(void);
28 void heartbeat(void);
29 void setup_heartbeat(void);
31 unsigned long long sched_clock(void);
33 # ifdef CONFIG_MMU
34 extern void mmu_reset(void);
35 extern void early_console_reg_tlb_alloc(unsigned int addr);
36 # endif /* CONFIG_MMU */
38 void time_init(void);
39 void init_IRQ(void);
40 void machine_early_init(const char *cmdline, unsigned int ram,
41 unsigned int fdt);
43 void machine_restart(char *cmd);
44 void machine_shutdown(void);
45 void machine_halt(void);
46 void machine_power_off(void);
48 # endif/* __KERNEL__ */
49 # endif /* __ASSEMBLY__ */
50 #endif /* _ASM_MICROBLAZE_SETUP_H */