Message ID | 1367280468-5041-1-git-send-email-scottwood@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 30.04.2013, at 02:07, Scott Wood wrote: > The default routes were removed from the code during patchset > respinning, but were not removed from the documentation. > > Signed-off-by: Scott Wood <scottwood@freescale.com> Thanks, applied to kvm-ppc-queue. Alex > --- > Documentation/virtual/kvm/devices/mpic.txt | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/Documentation/virtual/kvm/devices/mpic.txt b/Documentation/virtual/kvm/devices/mpic.txt > index ad0ac77..8257397 100644 > --- a/Documentation/virtual/kvm/devices/mpic.txt > +++ b/Documentation/virtual/kvm/devices/mpic.txt > @@ -50,7 +50,4 @@ IRQ Routing: > regard to any subdivisions in chip documentation such as "internal" > or "external" interrupts. > > - Default routes are established for these pins, with the GSI being equal > - to the pin number. > - > Access to non-SRC interrupts is not implemented through IRQ routing mechanisms. > -- > 1.7.10.4 > > -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/virtual/kvm/devices/mpic.txt b/Documentation/virtual/kvm/devices/mpic.txt index ad0ac77..8257397 100644 --- a/Documentation/virtual/kvm/devices/mpic.txt +++ b/Documentation/virtual/kvm/devices/mpic.txt @@ -50,7 +50,4 @@ IRQ Routing: regard to any subdivisions in chip documentation such as "internal" or "external" interrupts. - Default routes are established for these pins, with the GSI being equal - to the pin number. - Access to non-SRC interrupts is not implemented through IRQ routing mechanisms.
The default routes were removed from the code during patchset respinning, but were not removed from the documentation. Signed-off-by: Scott Wood <scottwood@freescale.com> --- Documentation/virtual/kvm/devices/mpic.txt | 3 --- 1 file changed, 3 deletions(-)