setup.c (5852264f9d6139751796853fdfca9d5230cbfb97) | setup.c (1ec9db1056b0c4b8b9dfca4736634c7c8e0833d5) |
---|---|
1/* 2 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ 8 9#include <linux/seq_file.h> 10#include <linux/fs.h> 11#include <linux/delay.h> 12#include <linux/root_dev.h> 13#include <linux/console.h> 14#include <linux/module.h> 15#include <linux/cpu.h> 16#include <linux/of_fdt.h> | 1/* 2 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ 8 9#include <linux/seq_file.h> 10#include <linux/fs.h> 11#include <linux/delay.h> 12#include <linux/root_dev.h> 13#include <linux/console.h> 14#include <linux/module.h> 15#include <linux/cpu.h> 16#include <linux/of_fdt.h> |
17#include <linux/cache.h> |
|
17#include <asm/sections.h> 18#include <asm/arcregs.h> 19#include <asm/tlb.h> | 18#include <asm/sections.h> 19#include <asm/arcregs.h> 20#include <asm/tlb.h> |
20#include <asm/cache.h> | |
21#include <asm/setup.h> 22#include <asm/page.h> 23#include <asm/irq.h> 24#include <asm/arcregs.h> 25#include <asm/prom.h> 26#include <asm/unwind.h> 27#include <asm/clk.h> 28#include <asm/mach_desc.h> --- 443 unchanged lines hidden --- | 21#include <asm/setup.h> 22#include <asm/page.h> 23#include <asm/irq.h> 24#include <asm/arcregs.h> 25#include <asm/prom.h> 26#include <asm/unwind.h> 27#include <asm/clk.h> 28#include <asm/mach_desc.h> --- 443 unchanged lines hidden --- |