setup.c (10d15322ed26652263a579bcb59dfd49ab8a30de) setup.c (75dcfc1d678d76a82288c043bfd5bfc0fbd43b49)
1/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1995 Linus Torvalds
7 * Copyright (C) 1995 Waldorf Electronics
8 * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 Ralf Baechle

--- 19 unchanged lines hidden (view full) ---

28#include <linux/dma-contiguous.h>
29
30#include <asm/addrspace.h>
31#include <asm/bootinfo.h>
32#include <asm/bugs.h>
33#include <asm/cache.h>
34#include <asm/cdmm.h>
35#include <asm/cpu.h>
1/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1995 Linus Torvalds
7 * Copyright (C) 1995 Waldorf Electronics
8 * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 Ralf Baechle

--- 19 unchanged lines hidden (view full) ---

28#include <linux/dma-contiguous.h>
29
30#include <asm/addrspace.h>
31#include <asm/bootinfo.h>
32#include <asm/bugs.h>
33#include <asm/cache.h>
34#include <asm/cdmm.h>
35#include <asm/cpu.h>
36#include <asm/debug.h>
36#include <asm/sections.h>
37#include <asm/setup.h>
38#include <asm/smp-ops.h>
39#include <asm/prom.h>
40
41struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly;
42
43EXPORT_SYMBOL(cpu_data);

--- 769 unchanged lines hidden ---
37#include <asm/sections.h>
38#include <asm/setup.h>
39#include <asm/smp-ops.h>
40#include <asm/prom.h>
41
42struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly;
43
44EXPORT_SYMBOL(cpu_data);

--- 769 unchanged lines hidden ---