* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user