diff options
author | ru <ru@FreeBSD.org> | 2007-04-11 11:09:18 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-04-11 11:09:18 +0000 |
commit | 24d57a95f80e9c0f4644f0b2774749ca8836486b (patch) | |
tree | b86c8163116df5d09cd8ffc20f63330d3c3310dd /sys | |
parent | bd6041301a0ba459f34d99a6e4e526ebaafc48b0 (diff) | |
parent | bb0fa7974b0a0a796e8aab52ba28494be98ce440 (diff) | |
download | FreeBSD-src-24d57a95f80e9c0f4644f0b2774749ca8836486b.zip FreeBSD-src-24d57a95f80e9c0f4644f0b2774749ca8836486b.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r168616,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/contrib/dev/acpica/utmisc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/contrib/dev/acpica/utmisc.c b/sys/contrib/dev/acpica/utmisc.c index c48ef28..f1585da5 100644 --- a/sys/contrib/dev/acpica/utmisc.c +++ b/sys/contrib/dev/acpica/utmisc.c @@ -1295,9 +1295,11 @@ AcpiUtInfo ( { va_list args; +#ifdef _KERNEL /* Temporarily hide too verbose printfs. */ if (!bootverbose) return; +#endif /* * Removed ModuleName, LineNumber, and acpica version, not needed |