diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2011-02-27 13:13:39 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-28 03:58:06 -0500 |
commit | a56ec98357ad26b380f1005198de1aa519c9e9cb (patch) | |
tree | 9d8a0fc5d93b2672248ff5a82f7f122a0bcdc12b /Documentation/devicetree | |
parent | a906fdaacca49917d83e5032dfc31f694249ad10 (diff) |
x86: dt: Correct local apic documentation in device tree bindings
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>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/x86/interrupt.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/x86/interrupt.txt b/Documentation/devicetree/bindings/x86/interrupt.txt index 8b0efb097e60..7d19f494f19a 100644 --- a/Documentation/devicetree/bindings/x86/interrupt.txt +++ b/Documentation/devicetree/bindings/x86/interrupt.txt | |||
@@ -24,6 +24,3 @@ Interrupt chips | |||
24 | Required property: | 24 | Required property: |
25 | 25 | ||
26 | compatible = "intel,ce4100-lapic"; | 26 | compatible = "intel,ce4100-lapic"; |
27 | |||
28 | This node is currently unused by Linux as the address of the local APIC | ||
29 | read from a MSR. | ||