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
ac35a427
Commit
ac35a427
authored
Feb 18, 2003
by
Miles Bader
Committed by
Linus Torvalds
Feb 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Remove unused compile-time configuration options on v850
parent
9fa2b7c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
include/asm-v850/entry.h
include/asm-v850/entry.h
+2
-17
No files found.
include/asm-v850/entry.h
View file @
ac35a427
/*
* include/asm-v850/entry.h -- Definitions used by low-level trap handlers
*
* 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
...
...
@@ -19,21 +19,6 @@
#include <asm/machdep.h>
/* If true, system calls save and restore all registers (except result
registers, of course). If false, then `call clobbered' registers
will not be preserved, on the theory that system calls are basically
function calls anyway, and the caller should be able to deal with it.
This is a security risk, of course, as `internal' values may leak out
after a system call, but that certainly doesn't matter very much for
a processor with no MMU protection! For a protected-mode kernel, it
would be faster to just zero those registers before returning. */
#define TRAPS_PRESERVE_CALL_CLOBBERED_REGS 0
/* If TRAPS_PRESERVE_CALL_CLOBBERED_REGS is false, then zero `call
clobbered' registers before returning from a system call. */
#define TRAPS_ZERO_CALL_CLOBBERED_REGS 0
/* These are special variables using by the kernel trap/interrupt code
to save registers in, at a time when there are no spare registers we
can use to do so, and we can't depend on the value of the stack
...
...
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