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
b850a6eb
Commit
b850a6eb
authored
Aug 30, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: Compile in LLC, needed for token ring
parent
1c24198e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
arch/ppc64/defconfig
arch/ppc64/defconfig
+2
-1
include/asm-ppc64/processor.h
include/asm-ppc64/processor.h
+1
-1
No files found.
arch/ppc64/defconfig
View file @
b850a6eb
...
...
@@ -229,7 +229,8 @@ CONFIG_SYN_COOKIES=y
CONFIG_IPV6=m
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_LLC is not set
CONFIG_LLC=y
# CONFIG_LLC_UI is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_DEV_APPLETALK is not set
...
...
include/asm-ppc64/processor.h
View file @
b850a6eb
...
...
@@ -366,7 +366,7 @@
#define IMISS SPRN_IMISS
/* Instruction TLB Miss Register */
#define IMMR SPRN_IMMR
/* PPC 860/821 Internal Memory Map Register */
#define L2CR SPRN_L2CR
/* PPC 750 L2 control register */
#define LR SPRN_LR
#define
__
LR SPRN_LR
#define PVR SPRN_PVR
/* Processor Version */
#define PIR SPRN_PIR
/* Processor ID */
#define RPA SPRN_RPA
/* Required Physical Address Register */
...
...
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