setup.c (2d8ad8719591fa803b0d589ed057fa46f49b7155) | setup.c (308c09f17da4adc53935115dbeb5bce4f067d8f9) |
---|---|
1/* 2 * AmigaOne platform setup 3 * 4 * Copyright 2008 Gerhard Pircher (gerhard_pircher@gmx.net) 5 * 6 * Based on original amigaone_setup.c source code 7 * Copyright 2003 by Hans-Joerg Frieden and Thomas Frieden 8 * --- 10 unchanged lines hidden (view full) --- 19#include <generated/utsrelease.h> 20 21#include <asm/machdep.h> 22#include <asm/cputable.h> 23#include <asm/pci-bridge.h> 24#include <asm/i8259.h> 25#include <asm/time.h> 26#include <asm/udbg.h> | 1/* 2 * AmigaOne platform setup 3 * 4 * Copyright 2008 Gerhard Pircher (gerhard_pircher@gmx.net) 5 * 6 * Based on original amigaone_setup.c source code 7 * Copyright 2003 by Hans-Joerg Frieden and Thomas Frieden 8 * --- 10 unchanged lines hidden (view full) --- 19#include <generated/utsrelease.h> 20 21#include <asm/machdep.h> 22#include <asm/cputable.h> 23#include <asm/pci-bridge.h> 24#include <asm/i8259.h> 25#include <asm/time.h> 26#include <asm/udbg.h> |
27#include <asm/dma.h> |
|
27 28extern void __flush_disable_L1(void); 29 30void amigaone_show_cpuinfo(struct seq_file *m) 31{ 32 seq_printf(m, "vendor\t\t: Eyetech Ltd.\n"); 33} 34 --- 139 unchanged lines hidden --- | 28 29extern void __flush_disable_L1(void); 30 31void amigaone_show_cpuinfo(struct seq_file *m) 32{ 33 seq_printf(m, "vendor\t\t: Eyetech Ltd.\n"); 34} 35 --- 139 unchanged lines hidden --- |