summaryrefslogtreecommitdiff
path: root/kexec_test
diff options
context:
space:
mode:
Diffstat (limited to 'kexec_test')
-rw-r--r--kexec_test/kexec_test.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/kexec_test/kexec_test.S b/kexec_test/kexec_test.S
index 5106c5c..ad081bc 100644
--- a/kexec_test/kexec_test.S
+++ b/kexec_test/kexec_test.S
@@ -17,6 +17,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include "config.h"
+
.equ PROT_CODE_SEG, pmcs - gdt
.equ REAL_CODE_SEG, rmcs - gdt
.equ PROT_DATA_SEG, pmds - gdt
@@ -419,7 +421,7 @@ gdt_end:
s_hello:
.ascii "kexec_test "
- .ascii VERSION
+ .ascii PACKAGE_VERSION
.asciz " starting...\r\n"
s_switching_descriptors:
.asciz "Switching descriptors.\r\n"