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
365ec3db
Commit
365ec3db
authored
Feb 03, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64}: Fix ultra-III and later support of new-style SILO booting.
parent
7508df7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
arch/sparc64/kernel/head.S
arch/sparc64/kernel/head.S
+18
-2
No files found.
arch/sparc64/kernel/head.S
View file @
365ec3db
...
...
@@ -61,7 +61,7 @@ bootup_user_stack:
*
0x0202
:
Supports
kernel
params
string
*
0x0201
:
Supports
reboot_command
*/
.
half
0x0300
/*
HdrS
version
*/
.
half
0x0300
/*
HdrS
version
*/
root_flags
:
.
half
1
...
...
@@ -159,6 +159,21 @@ cheetah_generic_boot:
blu
,
pt
%
xcc
,
1
b
add
%
l0
,
(
1
<<
3
),
%
l0
/
*
Search
the
small
TLB
.
OBP
never
maps
us
like
that
but
*
newer
SILO
can
.
*/
clr
%
l0
1
:
ldxa
[%
l0
]
ASI_ITLB_TAG_READ
,
%
g1
membar
#
Sync
andn
%
g1
,
%
l2
,
%
g1
cmp
%
g1
,
%
g2
be
,
pn
%
xcc
,
cheetah_got_tlbentry
nop
cmp
%
l0
,
(
15
<<
3
)
blu
,
pt
%
xcc
,
1
b
add
%
l0
,
(
1
<<
3
),
%
l0
/
*
BUG
()
if
we
get
here
...
*/
ta
0x5
...
...
@@ -167,7 +182,8 @@ cheetah_got_tlbentry:
ldxa
[%
l0
]
ASI_ITLB_DATA_ACCESS
,
%
g1
membar
#
Sync
and
%
g1
,
%
g3
,
%
g1
sub
%
g1
,
%
g2
,
%
g1
set
0x5fff
,
%
l0
andn
%
g1
,
%
l0
,
%
g1
or
%
g5
,
%
g1
,
%
g5
/
*
Clear
out
any
KERNBASE
area
entries
.
*/
...
...
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