* [PATCH]: remove unused label
@ 2002-12-18 1:43 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2002-12-18 1:43 UTC (permalink / raw)
To: linux mips mailing list, Ralf Baechle
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-18 1:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-18 1:43 [PATCH]: remove unused label Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox