[Python-checkins] peps: PEP 418: Mention SMI issues

victor.stinner python-checkins at python.org
Wed Apr 11 14:04:45 CEST 2012


http://hg.python.org/peps/rev/4ab6524c1e08
changeset:   4218:4ab6524c1e08
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Apr 11 14:04:23 2012 +0200
summary:
  PEP 418: Mention SMI issues

files:
  pep-0418.txt |  13 +++++++++++++
  1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -1223,6 +1223,19 @@
   bits of time
 * `Win32 Performance Measurement Options
   <http://drdobbs.com/windows/184416651>`_ by Matthew Wilson, May 01, 2003
+* System Management Interrupt (SMI) issues:
+
+  * `System Management Interrupt Free Hardware
+    <http://linuxplumbersconf.org/2009/slides/Keith-Mannthey-SMI-plumers-2009.pdf>`_
+    (Keith Mannthey, 2009)
+  * `IBM Real-Time "SMI Free" mode driver
+    <http://lwn.net/Articles/318725/>`_
+  * `Fixing Realtime problems caused by SMI on Ubuntu
+    <http://wiki.linuxcnc.org/cgi-bin/wiki.pl?FixingSMIIssues>`_
+  * `[RFC] simple SMI detector
+    <http://lwn.net/Articles/316622/>`_
+  * `[PATCH 2.6.34-rc3] A nonintrusive SMI sniffer for x86.
+    <http://marc.info/?l=linux-kernel&m=127058720921201&w=1>`_
 
 
 Copyright

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list