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
d1c0dfc8
Commit
d1c0dfc8
authored
Feb 13, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge ppc970:v2.5/linux into home.osdl.org:/home/torvalds/v2.5/linux
parents
bb49d1d1
b9438745
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
arch/ppc64/configs/g5_defconfig
arch/ppc64/configs/g5_defconfig
+6
-7
arch/ppc64/mm/fault.c
arch/ppc64/mm/fault.c
+1
-1
No files found.
arch/ppc64/configs/g5_defconfig
View file @
d1c0dfc8
...
...
@@ -286,7 +286,7 @@ CONFIG_DM_IOCTL_V4=y
#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
CONFIG_IEEE1394=
m
CONFIG_IEEE1394=
y
#
# Subsystem Options
...
...
@@ -298,7 +298,7 @@ CONFIG_IEEE1394_OUI_DB=y
# Device Drivers
#
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_OHCI1394=
m
CONFIG_IEEE1394_OHCI1394=
y
#
# Protocol Drivers
...
...
@@ -308,7 +308,7 @@ CONFIG_IEEE1394_SBP2=m
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_DV1394=m
CONFIG_IEEE1394_RAWIO=
m
CONFIG_IEEE1394_RAWIO=
y
# CONFIG_IEEE1394_CMP is not set
#
...
...
@@ -554,10 +554,7 @@ CONFIG_HW_CONSOLE=y
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_PMACZILOG=y
CONFIG_SERIAL_PMACZILOG_CONSOLE=y
# CONFIG_SERIAL_PMACZILOG is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_HVC_CONSOLE=y
...
...
@@ -676,7 +673,9 @@ CONFIG_FB_OF=y
# CONFIG_FB_VGA16 is not set
CONFIG_FB_RIVA=y
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
...
...
arch/ppc64/mm/fault.c
View file @
d1c0dfc8
...
...
@@ -208,7 +208,7 @@ bad_page_fault(struct pt_regs *regs, unsigned long address, int sig)
/* kernel has accessed a bad area */
#ifdef CONFIG_DEBUG_KERNEL
if
(
debugger_kernel_faults
)
if
(
debugger_kernel_faults
&&
debugger
)
debugger
(
regs
);
#endif
die
(
"Kernel access of bad area"
,
regs
,
sig
);
...
...
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