setup.c (e3c55d406bd8df1a878546002c93db90c42be10c) | setup.c (26a2056eb21fff26caf99d19ad5448e9403db55d) |
---|---|
1/* 2 * PowerNV setup code. 3 * 4 * Copyright 2011 IBM Corp. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 9 unchanged lines hidden (view full) --- 18#include <linux/tty.h> 19#include <linux/reboot.h> 20#include <linux/init.h> 21#include <linux/console.h> 22#include <linux/delay.h> 23#include <linux/irq.h> 24#include <linux/seq_file.h> 25#include <linux/of.h> | 1/* 2 * PowerNV setup code. 3 * 4 * Copyright 2011 IBM Corp. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 9 unchanged lines hidden (view full) --- 18#include <linux/tty.h> 19#include <linux/reboot.h> 20#include <linux/init.h> 21#include <linux/console.h> 22#include <linux/delay.h> 23#include <linux/irq.h> 24#include <linux/seq_file.h> 25#include <linux/of.h> |
26#include <linux/of_fdt.h> |
|
26#include <linux/interrupt.h> 27#include <linux/bug.h> 28 29#include <asm/machdep.h> 30#include <asm/firmware.h> 31#include <asm/xics.h> 32#include <asm/rtas.h> 33#include <asm/opal.h> --- 197 unchanged lines hidden --- | 27#include <linux/interrupt.h> 28#include <linux/bug.h> 29 30#include <asm/machdep.h> 31#include <asm/firmware.h> 32#include <asm/xics.h> 33#include <asm/rtas.h> 34#include <asm/opal.h> --- 197 unchanged lines hidden --- |