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
e88ed82e
Commit
e88ed82e
authored
Nov 20, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Stub in CPU subtype setup code for SH5-101/103.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
c2672f62
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
arch/sh/kernel/cpu/sh5/Makefile
arch/sh/kernel/cpu/sh5/Makefile
+7
-0
arch/sh/kernel/cpu/sh5/setup-sh5-101.c
arch/sh/kernel/cpu/sh5/setup-sh5-101.c
+15
-0
No files found.
arch/sh/kernel/cpu/sh5/Makefile
View file @
e88ed82e
#
# Makefile for the Linux/SuperH SH-5 backends.
#
obj-y
:=
entry.o probe.o switchto.o
obj-$(CONFIG_SH_FPU)
+=
fpu.o
obj-$(CONFIG_KALLSYMS)
+=
unwind.o
# CPU subtype setup
obj-$(CONFIG_CPU_SUBTYPE_SH5_101)
+=
setup-sh5-101.o
obj-$(CONFIG_CPU_SUBTYPE_SH5_103)
+=
setup-sh5-101.o
arch/sh/kernel/cpu/sh5/setup-sh5-101.c
0 → 100644
View file @
e88ed82e
/*
* SH5-101 Setup
*
* Copyright (C) 2007 Paul Mundt
*
* 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.
*/
#include <linux/init.h>
void
__init
plat_irq_setup
(
void
)
{
/* do nothing - all IRL interrupts are handled by the board code */
}
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