Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
2f75fbf1
Commit
2f75fbf1
authored
Nov 10, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Move in the
SH-5
traps.c impl.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
781c63e6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
arch/sh/kernel/Makefile_32
arch/sh/kernel/Makefile_32
+1
-1
arch/sh/kernel/Makefile_64
arch/sh/kernel/Makefile_64
+1
-1
arch/sh/kernel/traps_32.c
arch/sh/kernel/traps_32.c
+0
-0
arch/sh/kernel/traps_64.c
arch/sh/kernel/traps_64.c
+0
-1
No files found.
arch/sh/kernel/Makefile_32
View file @
2f75fbf1
...
@@ -6,7 +6,7 @@ extra-y := head.o init_task.o vmlinux.lds
...
@@ -6,7 +6,7 @@ extra-y := head.o init_task.o vmlinux.lds
obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_32.o \
obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_32.o \
ptrace_32.o semaphore.o setup.o signal_32.o sys_sh.o syscalls.o \
ptrace_32.o semaphore.o setup.o signal_32.o sys_sh.o syscalls.o \
time.o topology.o traps.o
time.o topology.o traps
_32
.o
obj-y += cpu/ timers/
obj-y += cpu/ timers/
obj-$(CONFIG_VSYSCALL) += vsyscall/
obj-$(CONFIG_VSYSCALL) += vsyscall/
...
...
arch/sh/kernel/Makefile_64
View file @
2f75fbf1
...
@@ -2,7 +2,7 @@ extra-y := head.o init_task.o vmlinux.lds
...
@@ -2,7 +2,7 @@ extra-y := head.o init_task.o vmlinux.lds
obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_64.o \
obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_64.o \
ptrace_64.o semaphore.o setup.o signal_64.o sys_sh64.o syscalls.o \
ptrace_64.o semaphore.o setup.o signal_64.o sys_sh64.o syscalls.o \
time.o topology.o traps.o
time.o topology.o traps
_64
.o
obj-y += cpu/ timers/
obj-y += cpu/ timers/
obj-$(CONFIG_VSYSCALL) += vsyscall/
obj-$(CONFIG_VSYSCALL) += vsyscall/
...
...
arch/sh/kernel/traps.c
→
arch/sh/kernel/traps
_32
.c
View file @
2f75fbf1
File moved
arch/sh
64/kernel/traps
.c
→
arch/sh
/kernel/traps_64
.c
View file @
2f75fbf1
...
@@ -244,7 +244,6 @@ DO_ERROR(12, SIGILL, "reserved instruction", reserved_inst, current)
...
@@ -244,7 +244,6 @@ DO_ERROR(12, SIGILL, "reserved instruction", reserved_inst, current)
/* Called with interrupts disabled */
/* Called with interrupts disabled */
asmlinkage
void
do_exception_error
(
unsigned
long
ex
,
struct
pt_regs
*
regs
)
asmlinkage
void
do_exception_error
(
unsigned
long
ex
,
struct
pt_regs
*
regs
)
{
{
PLS
();
show_excp_regs
(
__FUNCTION__
,
-
1
,
-
1
,
regs
);
show_excp_regs
(
__FUNCTION__
,
-
1
,
-
1
,
regs
);
die_if_kernel
(
"exception"
,
regs
,
ex
);
die_if_kernel
(
"exception"
,
regs
,
ex
);
}
}
...
...
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