x86: smpboot maxcpus - add checking for NULL early param
[linux-2.6/linux-2.6-openrd.git] / include / asm-arm / arch-shark / hardware.h
blobecba45260898d029b0a28f26e269a63e1defb859
1 /*
2 * linux/include/asm-arm/arch-shark/hardware.h
4 * by Alexander Schulz
6 * derived from:
7 * linux/include/asm-arm/arch-ebsa110/hardware.h
8 * Copyright (C) 1996-1999 Russell King.
9 */
10 #ifndef __ASM_ARCH_HARDWARE_H
11 #define __ASM_ARCH_HARDWARE_H
13 #ifndef __ASSEMBLY__
16 * Mapping areas
18 #define IO_BASE 0xe0000000
20 #else
22 #define IO_BASE 0
24 #endif
26 #define IO_SIZE 0x08000000
27 #define IO_START 0x40000000
28 #define ROMCARD_SIZE 0x08000000
29 #define ROMCARD_START 0x10000000
31 #define PCIO_BASE 0xe0000000
34 /* defines for the Framebuffer */
35 #define FB_START 0x06000000
36 #define FB_SIZE 0x01000000
38 #define UNCACHEABLE_ADDR 0xdf010000
40 #define SEQUOIA_LED_GREEN (1<<6)
41 #define SEQUOIA_LED_AMBER (1<<5)
42 #define SEQUOIA_LED_BACK (1<<7)
44 #define pcibios_assign_all_busses() 1
46 #define PCIBIOS_MIN_IO 0x6000
47 #define PCIBIOS_MIN_MEM 0x50000000
48 #define PCIMEM_BASE 0xe8000000
50 #endif