ここから:http://www.xenomai.org/documentation/xenomai-2.6/トラブルシューティング
Q:どの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
。