From patchwork Tue Apr 30 00:07:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 2502891 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id AE7AEDF25A for ; Tue, 30 Apr 2013 00:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932667Ab3D3AII (ORCPT ); Mon, 29 Apr 2013 20:08:08 -0400 Received: from am1ehsobe005.messaging.microsoft.com ([213.199.154.208]:46227 "EHLO am1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758426Ab3D3AIG (ORCPT ); Mon, 29 Apr 2013 20:08:06 -0400 Received: from mail51-am1-R.bigfish.com (10.3.201.236) by AM1EHSOBE002.bigfish.com (10.3.204.22) with Microsoft SMTP Server id 14.1.225.23; Tue, 30 Apr 2013 00:08:04 +0000 Received: from mail51-am1 (localhost [127.0.0.1]) by mail51-am1-R.bigfish.com (Postfix) with ESMTP id 0949846026D; Tue, 30 Apr 2013 00:08:04 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -6 X-BigFish: VS-6(zzea8Nzz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839hd24he5bhf0ah1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1ad9h1b0ah1d0ch1d2eh1155h) Received: from mail51-am1 (localhost.localdomain [127.0.0.1]) by mail51-am1 (MessageSwitch) id 1367280480869162_22864; Tue, 30 Apr 2013 00:08:00 +0000 (UTC) Received: from AM1EHSMHS003.bigfish.com (unknown [10.3.201.240]) by mail51-am1.bigfish.com (Postfix) with ESMTP id C82DD1E024C; Tue, 30 Apr 2013 00:08:00 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS003.bigfish.com (10.3.207.103) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 30 Apr 2013 00:08:00 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.328.11; Tue, 30 Apr 2013 00:07:51 +0000 Received: from snotra.am.freescale.net ([10.214.85.189]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r3U07nFx003120; Mon, 29 Apr 2013 17:07:49 -0700 From: Scott Wood To: Alexander Graf CC: , , Scott Wood Subject: [PATCH] kvm/ppc/mpic: remove default routes from documentation Date: Mon, 29 Apr 2013 19:07:48 -0500 Message-ID: <1367280468-5041-1-git-send-email-scottwood@freescale.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-OriginatorOrg: freescale.com Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org The default routes were removed from the code during patchset respinning, but were not removed from the documentation. Signed-off-by: Scott Wood --- 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.