setup.c (033ef338b6e007dc081c6282a4f2a9dd761f8cd2) | setup.c (007e8f51b26ae7b6a17651af5a0f01ab6491cdca) |
---|---|
1/* 2 * 64-bit pSeries and RS/6000 setup code. 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 * --- 45 unchanged lines hidden (view full) --- 54#include <asm/pci-bridge.h> 55#include <asm/iommu.h> 56#include <asm/dma.h> 57#include <asm/machdep.h> 58#include <asm/irq.h> 59#include <asm/time.h> 60#include <asm/nvram.h> 61#include <asm/plpar_wrappers.h> | 1/* 2 * 64-bit pSeries and RS/6000 setup code. 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 * --- 45 unchanged lines hidden (view full) --- 54#include <asm/pci-bridge.h> 55#include <asm/iommu.h> 56#include <asm/dma.h> 57#include <asm/machdep.h> 58#include <asm/irq.h> 59#include <asm/time.h> 60#include <asm/nvram.h> 61#include <asm/plpar_wrappers.h> |
62#include <asm/xics.h> | 62#include "xics.h" |
63#include <asm/firmware.h> 64#include <asm/pmc.h> 65#include <asm/mpic.h> 66#include <asm/ppc-pci.h> 67#include <asm/i8259.h> 68#include <asm/udbg.h> 69 70#include "rtas-fw.h" --- 537 unchanged lines hidden --- | 63#include <asm/firmware.h> 64#include <asm/pmc.h> 65#include <asm/mpic.h> 66#include <asm/ppc-pci.h> 67#include <asm/i8259.h> 68#include <asm/udbg.h> 69 70#include "rtas-fw.h" --- 537 unchanged lines hidden --- |