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
2687d201
Commit
2687d201
authored
Jun 20, 2003
by
Andrew Morton
Committed by
Linus Torvalds
Jun 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] mach-generic build fix
enable_apic_mode needs tobe hooked up. (It came in with the es7000 merge)
parent
bcb421ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
include/asm-i386/genapic.h
include/asm-i386/genapic.h
+2
-0
include/asm-i386/mach-generic/mach_apic.h
include/asm-i386/mach-generic/mach_apic.h
+1
-0
No files found.
include/asm-i386/genapic.h
View file @
2687d201
...
...
@@ -43,6 +43,7 @@ struct genapic {
struct
mpc_config_translation
*
t
);
void
(
*
setup_portio_remap
)(
void
);
int
(
*
check_phys_apicid_present
)(
int
boot_cpu_physical_apicid
);
void
(
*
enable_apic_mode
)(
void
);
/* mpparse */
void
(
*
mpc_oem_bus_info
)(
struct
mpc_config_bus
*
,
char
*
,
...
...
@@ -101,6 +102,7 @@ struct genapic {
APICFUNC(send_IPI_mask), \
APICFUNC(send_IPI_allbutself), \
APICFUNC(send_IPI_all), \
APICFUNC(enable_apic_mode), \
}
extern
struct
genapic
*
genapic
;
...
...
include/asm-i386/mach-generic/mach_apic.h
View file @
2687d201
...
...
@@ -25,5 +25,6 @@
#define check_phys_apicid_present (genapic->check_phys_apicid_present)
#define check_apicid_used (genapic->check_apicid_used)
#define cpu_mask_to_apicid (genapic->cpu_mask_to_apicid)
#define enable_apic_mode (genapic->enable_apic_mode)
#endif
/* __ASM_MACH_APIC_H */
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