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
nexedi
linux
Commits
ba9f12e6
Commit
ba9f12e6
authored
Dec 04, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: update defconfig and add missing include
parent
e13641c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
arch/ppc64/defconfig
arch/ppc64/defconfig
+7
-0
include/asm-ppc64/hw_irq.h
include/asm-ppc64/hw_irq.h
+1
-0
No files found.
arch/ppc64/defconfig
View file @
ba9f12e6
...
...
@@ -293,6 +293,7 @@ CONFIG_E1000=y
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_FDDI is not set
...
...
@@ -623,6 +624,12 @@ CONFIG_FONT_8x16=y
#
# CONFIG_BT is not set
#
# Profiling support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=y
#
# Kernel hacking
#
...
...
include/asm-ppc64/hw_irq.h
View file @
ba9f12e6
...
...
@@ -13,6 +13,7 @@
#define _PPC64_HW_IRQ_H
#include <linux/config.h>
#include <linux/errno.h>
#include <asm/irq.h>
int
timer_interrupt
(
struct
pt_regs
*
);
...
...
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