Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
07931c46
Commit
07931c46
authored
Jul 25, 2003
by
Miles Bader
Committed by
Linus Torvalds
Jul 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Remove <asm-v850/setup.h>
<asm-v850/setup.h> is not correct, and not used, so remove it.
parent
d0b84173
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
43 deletions
+2
-43
arch/v850/kernel/process.c
arch/v850/kernel/process.c
+0
-1
arch/v850/kernel/v850_ksyms.c
arch/v850/kernel/v850_ksyms.c
+0
-1
include/asm-v850/cacheflush.h
include/asm-v850/cacheflush.h
+0
-1
include/asm-v850/setup.h
include/asm-v850/setup.h
+0
-37
include/asm-v850/tlbflush.h
include/asm-v850/tlbflush.h
+2
-3
No files found.
arch/v850/kernel/process.c
View file @
07931c46
...
...
@@ -28,7 +28,6 @@
#include <asm/uaccess.h>
#include <asm/system.h>
#include <asm/setup.h>
#include <asm/pgtable.h>
extern
void
ret_from_fork
(
void
);
...
...
arch/v850/kernel/v850_ksyms.c
View file @
07931c46
...
...
@@ -9,7 +9,6 @@
#include <linux/interrupt.h>
#include <linux/config.h>
#include <asm/setup.h>
#include <asm/pgalloc.h>
#include <asm/irq.h>
#include <asm/io.h>
...
...
include/asm-v850/cacheflush.h
View file @
07931c46
...
...
@@ -17,7 +17,6 @@
/* Somebody depends on this; sigh... */
#include <linux/mm.h>
#include <asm/setup.h>
#include <asm/machdep.h>
...
...
include/asm-v850/setup.h
deleted
100644 → 0
View file @
d0b84173
/*
* include/asm-v850/setup.h
*
* Copyright (C) 2001 NEC Corporation
* Copyright (C) 2001 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
* archive for more details.
*
* Written by Miles Bader <miles@gnu.org>
*/
#ifndef __V850_SETUP_H__
#define __V850_SETUP_H__
/* Linux/v850 platforms. This corresponds roughly to what the outside
the CPU looks like. */
#define MACH_SIM 1
/* GDB architectural simulator */
/* v850 cpu architectures. This is what a user-program would be
concerned with. */
#define CPU_ARCH_V850E 1
#define CPU_ARCH_V850E2 2
/* v850 cpu `cores'. These are system-level extensions to the basic CPU,
defining such things as interrupt-handling. */
#define CPU_CORE_NB85E 1
#define CPU_CORE_NB85ET 2
#define CPU_CORE_NU85E 3
#define CPU_CORE_NU85ET 4
/* Specific v850 cpu chips. These each incorporate a `core', and add
varions peripheral services. */
#define CPU_CHIP_MA1 1
#endif
/* __V850_SETUP_H__ */
include/asm-v850/tlbflush.h
View file @
07931c46
/*
* include/asm-v850/tlbflush.h
*
* Copyright (C) 2001,02
NEC
Corporation
* Copyright (C) 2001,02 Miles Bader <miles@gnu.org>
* Copyright (C) 2001,02
,03 NEC Electronics
Corporation
* Copyright (C) 2001,02
,03
Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
...
...
@@ -14,7 +14,6 @@
#ifndef __V850_TLBFLUSH_H__
#define __V850_TLBFLUSH_H__
#include <asm/setup.h>
#include <asm/machdep.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment