aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-03-28 13:30:03 -0400
committerDavid Howells <dhowells@redhat.com>2012-03-28 13:30:03 -0400
commit705f4502bb9592ad0e8fb1cd2ba5ae4ce955ff8b (patch)
tree9cfa64172e5ae8ffaa354d496a24eb5183f206fa /arch/openrisc/include
parent5d1250660a476c588361fb5cb9cbfa52768540c2 (diff)
Disintegrate asm/system.h for OpenRISC
Disintegrate asm/system.h for OpenRISC. Not compiled. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> cc: linux@lists.openrisc.net
Diffstat (limited to 'arch/openrisc/include')
-rw-r--r--arch/openrisc/include/asm/Kbuild3
-rw-r--r--arch/openrisc/include/asm/system.h40
2 files changed, 8 insertions, 35 deletions
diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild
index 11162e6c878f..dcea5a0308ae 100644
--- a/arch/openrisc/include/asm/Kbuild
+++ b/arch/openrisc/include/asm/Kbuild
@@ -4,6 +4,7 @@ header-y += spr_defs.h
4 4
5generic-y += atomic.h 5generic-y += atomic.h
6generic-y += auxvec.h 6generic-y += auxvec.h
7generic-y += barrier.h
7generic-y += bitsperlong.h 8generic-y += bitsperlong.h
8generic-y += bug.h 9generic-y += bug.h
9generic-y += bugs.h 10generic-y += bugs.h
@@ -19,6 +20,7 @@ generic-y += div64.h
19generic-y += dma.h 20generic-y += dma.h
20generic-y += emergency-restart.h 21generic-y += emergency-restart.h
21generic-y += errno.h 22generic-y += errno.h
23generic-y += exec.h
22generic-y += fb.h 24generic-y += fb.h
23generic-y += fcntl.h 25generic-y += fcntl.h
24generic-y += ftrace.h 26generic-y += ftrace.h
@@ -55,6 +57,7 @@ generic-y += sockios.h
55generic-y += statfs.h 57generic-y += statfs.h
56generic-y += stat.h 58generic-y += stat.h
57generic-y += string.h 59generic-y += string.h
60generic-y += switch_to.h
58generic-y += swab.h 61generic-y += swab.h
59generic-y += termbits.h 62generic-y += termbits.h
60generic-y += termios.h 63generic-y += termios.h
diff --git a/arch/openrisc/include/asm/system.h b/arch/openrisc/include/asm/system.h
index cf658882186b..a7f40578587c 100644
--- a/arch/openrisc/include/asm/system.h
+++ b/arch/openrisc/include/asm/system.h
@@ -1,35 +1,5 @@
1/* 1/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
2 * OpenRISC Linux 2#include <asm/barrier.h>
3 * 3#include <asm/cmpxchg.h>
4 * Linux architectural port borrowing liberally from similar works of 4#include <asm/exec.h>
5 * others. All original copyrights apply as per the original source 5#include <asm/switch_to.h>
6 * declaration.
7 *
8 * OpenRISC implementation:
9 * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com>
10 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
11 * et al.
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
17 */
18
19#ifndef __ASM_OPENRISC_SYSTEM_H
20#define __ASM_OPENRISC_SYSTEM_H
21
22#ifdef __KERNEL__
23#ifndef __ASSEMBLY__
24
25#include <asm/spr.h>
26#include <asm-generic/system.h>
27
28/* We probably need this definition, but the generic system.h provides it
29 * and it's not used on our arch anyway...
30 */
31/*#define nop() __asm__ __volatile__ ("l.nop"::)*/
32
33#endif /* __ASSEMBLY__ */
34#endif /* __KERNEL__ */
35#endif /* __ASM_OPENRISC_SYSTEM_H */