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
c8439f23
Commit
c8439f23
authored
Oct 29, 2003
by
Matthias Andree
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://linux.bkbits.net/linux-2.5/
into gmx.de:/suse/kernel/BK/linux-2.5
parents
1ca284d4
19fb7a0c
Changes
1
Show 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 @
c8439f23
...
@@ -486,6 +486,21 @@ setup_arch(char **cmdline_p)
...
@@ -486,6 +486,21 @@ setup_arch(char **cmdline_p)
hwrpb
=
(
struct
hwrpb_struct
*
)
__va
(
INIT_HWRPB
->
phys_addr
);
hwrpb
=
(
struct
hwrpb_struct
*
)
__va
(
INIT_HWRPB
->
phys_addr
);
boot_cpuid
=
hard_smp_processor_id
();
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. */
/* Register a call for panic conditions. */
notifier_chain_register
(
&
panic_notifier_list
,
&
alpha_panic_block
);
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