summaryrefslogtreecommitdiff
path: root/core/head.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-15 10:43:25 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-15 10:43:25 -0700
commitcce8e82b71703b3a9da351839175553e101c61d9 (patch)
tree487b15346524731bd20310243499bbf9fca5552d /core/head.inc
parent3f2c5c69f6ad7968818c9cee8c337e4200587caf (diff)
downloadsyslinux-cce8e82b71703b3a9da351839175553e101c61d9.tar.gz
core: add pm_call convenience macro
Add a pm_call convenience macro, instead of using stub routines everywhere. Stubs would still make sense if we have a routine which gets invoked from a lot of places, though, since the pm_call expands to 9 bytes as opposed to 3 bytes per call site plus a 10-byte stub. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/head.inc')
-rw-r--r--core/head.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/head.inc b/core/head.inc
index 2753a42e..ff62b602 100644
--- a/core/head.inc
+++ b/core/head.inc
@@ -24,6 +24,7 @@
%include "config.inc"
%include "layout.inc"
%include "pmcall.inc"
+%include "extern.inc"
%include "kernel.inc"
%include "bios.inc"
%include "tracers.inc"