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
8a8d20f5
Commit
8a8d20f5
authored
Jun 29, 2004
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Fix UP-build breakage caused by early_console_setup() patch.
parent
e8253652
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
arch/ia64/kernel/setup.c
arch/ia64/kernel/setup.c
+3
-1
No files found.
arch/ia64/kernel/setup.c
View file @
8a8d20f5
...
@@ -289,7 +289,7 @@ setup_serial_legacy (void)
...
@@ -289,7 +289,7 @@ setup_serial_legacy (void)
*
*
* Returns non-zero if a console couldn't be setup.
* Returns non-zero if a console couldn't be setup.
*/
*/
static
int
__init
static
in
line
in
t
__init
early_console_setup
(
void
)
early_console_setup
(
void
)
{
{
#ifdef CONFIG_SERIAL_SGI_L1_CONSOLE
#ifdef CONFIG_SERIAL_SGI_L1_CONSOLE
...
@@ -320,9 +320,11 @@ setup_arch (char **cmdline_p)
...
@@ -320,9 +320,11 @@ setup_arch (char **cmdline_p)
machvec_init
(
acpi_get_sysname
());
machvec_init
(
acpi_get_sysname
());
#endif
#endif
#ifdef CONFIG_SMP
/* If we register an early console, allow CPU 0 to printk */
/* If we register an early console, allow CPU 0 to printk */
if
(
!
early_console_setup
())
if
(
!
early_console_setup
())
cpu_set
(
smp_processor_id
(),
cpu_online_map
);
cpu_set
(
smp_processor_id
(),
cpu_online_map
);
#endif
#ifdef CONFIG_ACPI_BOOT
#ifdef CONFIG_ACPI_BOOT
/* Initialize the ACPI boot-time table parser */
/* Initialize the ACPI boot-time table parser */
...
...
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