CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 07:59:51
Modified files:
sys/dev/acpi : acpicpu.c dsdt.c dsdt.h
Log message:
Remove unused argument in aml_showvalue().
The second argument of aml_showvalue() was probably supposed to set
the verbosity level through dnprintf() but in fact it does nothing.
OK deraadt@
