2 * linux/include/asm-arm/arch-s5c7375/hardware.h
4 * Copyright (C) 2003 SAMSUNG ELECTRONICS
5 * Hyok S. Choi (hyok.choi@samsung.com)
8 #ifndef __ASM_ARCH_HARDWARE_H
9 #define __ASM_ARCH_HARDWARE_H
11 #include <asm/sizes.h>
12 #include <asm/arch/s5c7375.h>
16 #define HARD_RESET_NOW()
18 /* the machine dependent bootmem reserve and free routines */
19 #define MACH_RESERVE_BOOTMEM() do { \
20 /* we need to keep the section table for mmu */ \
21 reserve_bootmem_node(pgdat, 0x00004000, 0x4000); \
24 #define MACH_FREE_BOOTMEM()
26 /* yes, freeing initmem is okay */
27 #define DO_FREE_INITMEM() (0)
31 #endif /* END OF __ASM_ARCH_HARDWARE_H */