setup.c (31d44b57c508971c083ce038d7c5ededd09cea01) setup.c (3cc30d0726d258ac336283bcde66a8ab58283b61)
1/*
2 * linux/arch/powerpc/platforms/cell/cell_setup.c
3 *
4 * Copyright (C) 1995 Linus Torvalds
5 * Adapted from 'alpha' version by Gary Thomas
6 * Modified by Cort Dougan (cort@cs.nmt.edu)
7 * Modified by PPC64 Team, IBM Corp
8 * Modified by Cell Team, IBM Deutschland Entwicklung GmbH

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

46#include <asm/cputable.h>
47#include <asm/ppc-pci.h>
48#include <asm/irq.h>
49#include <asm/spu.h>
50#include <asm/spu_priv1.h>
51#include <asm/udbg.h>
52#include <asm/mpic.h>
53#include <asm/cell-regs.h>
1/*
2 * linux/arch/powerpc/platforms/cell/cell_setup.c
3 *
4 * Copyright (C) 1995 Linus Torvalds
5 * Adapted from 'alpha' version by Gary Thomas
6 * Modified by Cort Dougan (cort@cs.nmt.edu)
7 * Modified by PPC64 Team, IBM Corp
8 * Modified by Cell Team, IBM Deutschland Entwicklung GmbH

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

46#include <asm/cputable.h>
47#include <asm/ppc-pci.h>
48#include <asm/irq.h>
49#include <asm/spu.h>
50#include <asm/spu_priv1.h>
51#include <asm/udbg.h>
52#include <asm/mpic.h>
53#include <asm/cell-regs.h>
54#include <asm/io-workarounds.h>
54
55#include "interrupt.h"
56#include "pervasive.h"
57#include "ras.h"
55
56#include "interrupt.h"
57#include "pervasive.h"
58#include "ras.h"
58#include "io-workarounds.h"
59
60#ifdef DEBUG
61#define DBG(fmt...) udbg_printf(fmt)
62#else
63#define DBG(fmt...)
64#endif
65
66static void cell_show_cpuinfo(struct seq_file *m)

--- 238 unchanged lines hidden ---
59
60#ifdef DEBUG
61#define DBG(fmt...) udbg_printf(fmt)
62#else
63#define DBG(fmt...)
64#endif
65
66static void cell_show_cpuinfo(struct seq_file *m)

--- 238 unchanged lines hidden ---