Commit 07931c46 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Remove <asm-v850/setup.h>

<asm-v850/setup.h> is not correct, and not used, so remove it.
parent d0b84173
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/setup.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
extern void ret_from_fork (void); extern void ret_from_fork (void);
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/config.h> #include <linux/config.h>
#include <asm/setup.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/irq.h> #include <asm/irq.h>
#include <asm/io.h> #include <asm/io.h>
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
/* Somebody depends on this; sigh... */ /* Somebody depends on this; sigh... */
#include <linux/mm.h> #include <linux/mm.h>
#include <asm/setup.h>
#include <asm/machdep.h> #include <asm/machdep.h>
......
/*
* 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 * include/asm-v850/tlbflush.h
* *
* Copyright (C) 2001,02 NEC Corporation * Copyright (C) 2001,02,03 NEC Electronics Corporation
* Copyright (C) 2001,02 Miles Bader <miles@gnu.org> * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org>
* *
* This file is subject to the terms and conditions of the GNU General * 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 * Public License. See the file COPYING in the main directory of this
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#ifndef __V850_TLBFLUSH_H__ #ifndef __V850_TLBFLUSH_H__
#define __V850_TLBFLUSH_H__ #define __V850_TLBFLUSH_H__
#include <asm/setup.h>
#include <asm/machdep.h> #include <asm/machdep.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment