setup.c (87d8a69709d971913e6cc7210450fcb8be963667) setup.c (22ae782f86b726f9cea752c0f269ff6dcdf2f6e1)
1/*
2 * AmigaOne platform setup
3 *
4 * Copyright 2008 Gerhard Pircher (gerhard_pircher@gmx.net)
5 *
6 * Based on original amigaone_setup.c source code
7 * Copyright 2003 by Hans-Joerg Frieden and Thomas Frieden
8 *
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11 * Free Software Foundation; either version 2 of the License, or (at your
12 * option) any later version.
13 */
14
15#include <linux/kernel.h>
1/*
2 * AmigaOne platform setup
3 *
4 * Copyright 2008 Gerhard Pircher (gerhard_pircher@gmx.net)
5 *
6 * Based on original amigaone_setup.c source code
7 * Copyright 2003 by Hans-Joerg Frieden and Thomas Frieden
8 *
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11 * Free Software Foundation; either version 2 of the License, or (at your
12 * option) any later version.
13 */
14
15#include <linux/kernel.h>
16#include <linux/of.h>
17#include <linux/of_address.h>
16#include <linux/seq_file.h>
17#include <generated/utsrelease.h>
18
19#include <asm/machdep.h>
20#include <asm/cputable.h>
18#include <linux/seq_file.h>
19#include <generated/utsrelease.h>
20
21#include <asm/machdep.h>
22#include <asm/cputable.h>
21#include <asm/prom.h>
22#include <asm/pci-bridge.h>
23#include <asm/i8259.h>
24#include <asm/time.h>
25#include <asm/udbg.h>
26
27extern void __flush_disable_L1(void);
28
29void amigaone_show_cpuinfo(struct seq_file *m)

--- 143 unchanged lines hidden ---
23#include <asm/pci-bridge.h>
24#include <asm/i8259.h>
25#include <asm/time.h>
26#include <asm/udbg.h>
27
28extern void __flush_disable_L1(void);
29
30void amigaone_show_cpuinfo(struct seq_file *m)

--- 143 unchanged lines hidden ---