import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / arm / mach-mx1ads / cpu.c
1 /*
2  *  linux/arch/arm/mach-mx1ads/cpu.c
3  *
4  *  Copyright (C) 2001 Deep Blue Solutions Ltd.
5  *
6  *  $Id: cpu.c,v 1.2 2001/09/22 12:11:17 rmk Exp $
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  *
12  * CPU support functions
13  */
14
15 /*  FIXME-
16  *  Add support for clock change on the fly.  (Power)
17  *
18  */
19 #include <linux/config.h>
20 #include <linux/types.h>
21 #include <linux/kernel.h>
22 #include <linux/cpufreq.h>
23 #include <linux/init.h>
24
25 #include <asm/hardware.h>
26 #include <asm/io.h>
27
28
29 static int __init cpu_init(void)
30 {
31         return 0;
32 }
33
34 __initcall(cpu_init);