traps.c (e532c37858fdcc18e9a91d24c2e22cd21aa22561) traps.c (a7f290dad32ee34d931561b7943c858fe2aae503)
1/*
2 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
8 *

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

44#include <asm/reg.h>
45#endif
46#ifdef CONFIG_PMAC_BACKLIGHT
47#include <asm/backlight.h>
48#endif
49#ifdef CONFIG_PPC64
50#include <asm/firmware.h>
51#include <asm/processor.h>
1/*
2 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
8 *

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

44#include <asm/reg.h>
45#endif
46#ifdef CONFIG_PMAC_BACKLIGHT
47#include <asm/backlight.h>
48#endif
49#ifdef CONFIG_PPC64
50#include <asm/firmware.h>
51#include <asm/processor.h>
52#include <asm/systemcfg.h>
53#endif
54
55#ifdef CONFIG_PPC64 /* XXX */
56#define _IO_BASE pci_io_base
57#endif
58
59#ifdef CONFIG_DEBUGGER
60int (*__debugger)(struct pt_regs *regs);

--- 1026 unchanged lines hidden ---
52#endif
53
54#ifdef CONFIG_PPC64 /* XXX */
55#define _IO_BASE pci_io_base
56#endif
57
58#ifdef CONFIG_DEBUGGER
59int (*__debugger)(struct pt_regs *regs);

--- 1026 unchanged lines hidden ---