diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-04-13 18:18:52 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-04-13 18:18:52 +0000 | 
| commit | 997de4e17cf02a81027df8d01a4fcefe25da3796 (patch) | |
| tree | f5abd67cc9e3ada1ae289fe7cf2e23d9abf07fcc /compiler/dttemplate.c | |
| parent | 4d8fe534b7309d798d941e14e51985eed6b511bc (diff) | |
Notes
Diffstat (limited to 'compiler/dttemplate.c')
| -rw-r--r-- | compiler/dttemplate.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/compiler/dttemplate.c b/compiler/dttemplate.c index ce49db2cdd36..122d464129bb 100644 --- a/compiler/dttemplate.c +++ b/compiler/dttemplate.c @@ -121,7 +121,8 @@ DtCreateTemplates (      /* Create all known templates if requested */ -    if (!ACPI_STRNCMP (Signature, "ALL", 3)) +    if (!ACPI_STRNCMP (Signature, "ALL", 3) || +        !ACPI_STRCMP (Signature, "*"))      {          Status = DtCreateAllTemplates ();          return (Status); | 
