x86: dt: Correct local apic documentation in device tree bindings
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Sun, 27 Feb 2011 18:13:39 +0000 (19:13 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 28 Feb 2011 08:58:06 +0000 (09:58 +0100)
Until "x86: dt: Cleanup local apic setup" we read the local apic
address from the MSR and ignored the entry in DT. Reflect this change
in the documentation.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
LKML-Reference: <1298830419-22681-1-git-send-email-bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Documentation/devicetree/bindings/x86/interrupt.txt

index 8b0efb0..7d19f49 100644 (file)
@@ -24,6 +24,3 @@ Interrupt chips
   Required property:
 
      compatible = "intel,ce4100-lapic";
-
-  This node is currently unused by Linux as the address of the local APIC
-  read from a MSR.