* Added acpi_shutdown() method. If the ACPI bus manager is installed, this will

be used now. Tested only with VMware so far.
* apm_shutdown() is now called with interrupts turned on.
* Renamed arch_cpu.c to arch_cpu.cpp.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27404 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-09-10 19:50:08 +00:00
parent a181d013aa
commit cb387cfb2f
4 changed files with 49 additions and 26 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ enum x86_vendors {
typedef struct arch_cpu_info {
// saved cpu info
enum x86_vendors vendor;
enum x86_feature_type feature[FEATURE_NUM];
uint32 feature[FEATURE_NUM];
char model_name[49];
const char *vendor_name;
int type;