| To: | Ralf Baechle <ralf@linux-mips.org>, Florian Fainelli <florian@openwrt.org> |
|---|---|
| Subject: | [PATCH] MIPS: bcm63xx: remove duplicate PERF_IRQSTAT_REG definition |
| From: | Jonas Gorski <jonas.gorski@gmail.com> |
| Date: | Wed, 8 Jun 2011 12:03:02 +0200 |
| Cc: | linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=Q+VN8wYqVzre7ftpcexUhGJRjHuq+XEgsVwK6dw/uqA=; b=JVKMnY9Oj9ApcQhEQG9uNlUpPIcHq8l1uNIxLf3TCA8F42feALaRNPUb9JvZdqW9Th kTXwLF36X9ZvKuYPaVALSjdH+9BIJFTS9hhaIjZhU+40AEiID1GRD7jao5oxgaigsK+Z DGeyZjLIIUw5p+Tjj7kwDYcx3ISNes1EV7MjA= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=JatPD8WZ838YK84V6Af8lyEDX4Jnj4yOnXOTrEY6TgAiA6UyOq25ZMwYH6WuNuabad Br9xXDhLEklM+KSF59IKvax3eY8EfdLFG1TDsPa8/vSB9DfDn7rtMy1ZJE8oeEq0uQcg nkvDGvDFmOHrFDui/DNW1haddvbU1ZmgSYlu0= |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> --- arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h index 85fd275..0ed5230 100644 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h @@ -89,7 +89,6 @@ /* Interrupt Mask register */ #define PERF_IRQMASK_REG 0xc -#define PERF_IRQSTAT_REG 0x10 /* Interrupt Status register */ #define PERF_IRQSTAT_REG 0x10 -- 1.7.2.5 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [RFC][PATCH 01/10] bcma: Use array to store cores., Michael Büsch |
|---|---|
| Next by Date: | Re: Converting MIPS to Device Tree, Florian Fainelli |
| Previous by Thread: | [PATCH] MIPS: Netlogic: SMP fixes for XLR/XLS platform code., Jayachandran C |
| Next by Thread: | Re: [PATCH] MIPS: bcm63xx: remove duplicate PERF_IRQSTAT_REG definition, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |