Blame view

arch/arm/mach-footbridge/personal.c 496 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
  /*
   * linux/arch/arm/mach-footbridge/personal.c
   *
   * Personal server (Skiff) machine fixup
   */
  #include <linux/init.h>
70d13e083   Russell King   [ARM] netwinder: ...
7
  #include <linux/spinlock.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8
9
10
11
12
13
14
15
16
  
  #include <asm/hardware/dec21285.h>
  #include <asm/mach-types.h>
  
  #include <asm/mach/arch.h>
  
  #include "common.h"
  
  MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer")
e9dea0c65   Russell King   [PATCH] ARM: Remo...
17
  	/* Maintainer: Jamey Hicks / George France */
93ef88836   Nicolas Pitre   ARM: mach-footbri...
18
  	.atag_offset	= 0x100,
e9dea0c65   Russell King   [PATCH] ARM: Remo...
19
20
  	.map_io		= footbridge_map_io,
  	.init_irq	= footbridge_init_irq,
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
21
22
  	.timer		= &footbridge_timer,
  MACHINE_END