mpls: fix sending of local encapped packets
[linux-2.6/btrfs-unstable.git] / arch / arm / mach-w90x900 / mach-nuc910evb.c
blob92f1c978f35e42b9bc73c6260674236414677cd7
1 /*
2 * linux/arch/arm/mach-w90x900/mach-nuc910evb.c
4 * Based on mach-s3c2410/mach-smdk2410.c by Jonas Dietsche
6 * Copyright (C) 2008 Nuvoton technology corporation.
8 * Wan ZongShun <mcuos.com@gmail.com>
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation;version 2 of the License.
16 #include <linux/platform_device.h>
17 #include <asm/mach/arch.h>
18 #include <asm/mach/map.h>
19 #include <asm/mach-types.h>
20 #include <mach/map.h>
22 #include "nuc910.h"
24 static void __init nuc910evb_map_io(void)
26 nuc910_map_io();
27 nuc910_init_clocks();
30 static void __init nuc910evb_init(void)
32 nuc910_board_init();
35 MACHINE_START(W90P910EVB, "W90P910EVB")
36 /* Maintainer: Wan ZongShun */
37 .map_io = nuc910evb_map_io,
38 .init_irq = nuc900_init_irq,
39 .init_machine = nuc910evb_init,
40 .init_time = nuc900_timer_init,
41 .restart = nuc9xx_restart,
42 MACHINE_END