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
90e54641
Commit
90e54641
authored
Oct 28, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/davem/sparc-2.5
into home.osdl.org:/home/torvalds/v2.5/linux
parents
04c439f8
19fb7a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
arch/alpha/kernel/setup.c
arch/alpha/kernel/setup.c
+15
-0
No files found.
arch/alpha/kernel/setup.c
View file @
90e54641
...
...
@@ -486,6 +486,21 @@ setup_arch(char **cmdline_p)
hwrpb
=
(
struct
hwrpb_struct
*
)
__va
(
INIT_HWRPB
->
phys_addr
);
boot_cpuid
=
hard_smp_processor_id
();
/*
* Pre-process the system type to make sure it will be valid.
*
* This may restore real CABRIO and EB66+ family names, ie
* EB64+ and EB66.
*
* Oh, and "white box" AS800 (aka DIGITAL Server 3000 series)
* and AS1200 (DIGITAL Server 5000 series) have the type as
* the negative of the real one.
*/
if
((
long
)
hwrpb
->
sys_type
<
0
)
{
hwrpb
->
sys_type
=
-
((
long
)
hwrpb
->
sys_type
);
hwrpb_update_checksum
(
hwrpb
);
}
/* Register a call for panic conditions. */
notifier_chain_register
(
&
panic_notifier_list
,
&
alpha_panic_block
);
...
...
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