从这里:http://www.xenomai.org/documentation/xenomai-2.6/TROUBLESHOOTING
问:哪些 CONFIG_* 项是延迟杀手,应该避免?
...
APM:APM 模型将电源管理控制分配给 BIOS,而编写 BIOS 代码时绝不会考虑 RT 延迟。如果配置,APM 例程将以 SMI 优先级调用,这打破了 adeos-ipipe 必须负责此类事情的规则。 DISABLE_SMI 在这里没有帮助(稍后会详细介绍)。
问题是我无法在任何地方找到这个 APM 东西。
“ACPI(高级配置和电源接口)支持” 结果如下菜单:
--- ACPI (Advanced Configuration and Power Interface) Support
[*] Deprecated /proc/acpi files
[*] Deprecated power /proc/acpi directories
<M> ACPI 4.0 power meter
< > EC read/write access through /sys/kernel/debug/ec (NEW)
[*] Deprecated /proc/acpi/event support
<M> AC Adapter
<M> Battery
{M} Button
{M} Video
<M> Fan
[*] Dock
<M> Processor
< > IPMI (NEW)
<M> Processor Aggregator
<M> Thermal Zone
-*- NUMA support
() Custom DSDT
Table file to include
[*] Debug Statements
[ ] Additionally enable ACPI function tracing
<M> PCI slot detection driver
{M} Container and Module Devices (EXPERIMENTAL)
<M> Memory Hotplug
<M> Smart Battery System
< > Hardware Error Device (NEW)
[ ] ACPI Platform Error Interface (APEI) (NEW)
请帮忙。
答案1
你可以自己找到这个选项:
/
在界面中按一下menu menuconfig
,放在CONFIG_APM
那里,如果有发现的话,就是支持的
我只能给你 3.3.7 版本的输出:
但无论如何,您可以自己编辑 .config 文件,然后追加CONFIG_APM=y
,然后重做make menuconfig
,