| To: | linux mips mailing list <linux-mips@linux-mips.org>, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH]: remove unused label |
| From: | Juan Quintela <quintela@mandrakesoft.com> |
| Date: | 18 Dec 2002 02:43:00 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi
this label is not used in the code
Later, Juan.
Index: arch/mips/mm/fault.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/mm/fault.c,v
retrieving revision 1.25.2.9
diff -u -r1.25.2.9 fault.c
--- arch/mips/mm/fault.c 14 Sep 2002 23:12:50 -0000 1.25.2.9
+++ arch/mips/mm/fault.c 18 Dec 2002 00:49:18 -0000
@@ -159,7 +159,6 @@
bad_area:
up_read(&mm->mmap_sem);
-bad_area_nosemaphore:
/* User mode accesses just cause a SIGSEGV */
if (user_mode(regs)) {
tsk->thread.cp0_badvaddr = address;
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH]: make highmem only things enclosed in the right #ifdef, Juan Quintela |
|---|---|
| Next by Date: | [PATCH]: c-r4k.c, printing longs as longs, Juan Quintela |
| Previous by Thread: | [PATCH]: make highmem only things enclosed in the right #ifdef, Juan Quintela |
| Next by Thread: | [PATCH]: c-r4k.c, printing longs as longs, Juan Quintela |
| Indexes: | [Date] [Thread] [Top] [All Lists] |