--- zzzz-none-000/linux-2.6.13.1/include/asm-arm/mach/arch.h 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/include/asm-arm/mach/arch.h 2006-01-17 11:40:01.000000000 +0000 @@ -54,6 +54,41 @@ .nr = MACH_TYPE_##_type, \ .name = _name, +#if defined(CONFIG_ARCH_DAVINCI) && 0 +#define MAINTAINER(n) + +#define BOOT_MEM(_pram,_pio,_vio) \ + .phys_ram = _pram, \ + .phys_io = _pio, \ + .io_pg_offst = ((_vio)>>18)&0xfffc, + +#define BOOT_PARAMS(_params) \ + .param_offset = _params, + +#define VIDEO(_start,_end) \ + .video_start = _start, \ + .video_end = _end, + +#define DISABLE_PARPORT(_n) \ + .reserve_lp##_n = 1, + +#define SOFT_REBOOT \ + .soft_reboot = 1, + +#define FIXUP(_func) \ + .fixup = _func, + +#define MAPIO(_func) \ + .map_io = _func, + +#define INITIRQ(_func) \ + .init_irq = _func, + +#define INIT_MACHINE(_func) \ + .init_machine = _func, + +#endif /*--- #ifdef CONFIG_ARCH_DAVINCI ---*/ + #define MACHINE_END \ };