summaryrefslogtreecommitdiff
path: root/compiler/dttemplate.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-10-13 20:35:34 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-10-13 20:35:34 +0000
commit11641cd290cbb4765d39dadd5a4eee278b8769ee (patch)
tree8b4567d2d969b27d3900a41337a0ad389480eae7 /compiler/dttemplate.c
parent65742a25f73183e6d4476539ba18aff6480e73d4 (diff)
Notes
Diffstat (limited to 'compiler/dttemplate.c')
-rw-r--r--compiler/dttemplate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/dttemplate.c b/compiler/dttemplate.c
index ad69a14c2799..e6a3cd5466d9 100644
--- a/compiler/dttemplate.c
+++ b/compiler/dttemplate.c
@@ -377,9 +377,9 @@ DtCreateOneTemplate (
AcpiOsRedirectOutput (File);
- AcpiOsPrintf ("/*\n * %s\n", IntelAcpiCA);
- AcpiOsPrintf (" * iASL Compiler/Disassembler version %8.8X\n *\n",
- ACPI_CA_VERSION);
+ AcpiOsPrintf ("/*\n");
+ AcpiOsPrintf (ACPI_COMMON_HEADER ("iASL Compiler/Disassembler", " * "));
+
AcpiOsPrintf (" * Template for [%4.4s] ACPI Table\n",
Signature);