From: Juan Quintela <quintela@mandrakesoft.com>
To: linux mips mailing list <linux-mips@linux-mips.org>,
Ralf Baechle <ralf@linux-mips.org>
Subject: [PATCH]: c-r4k.c, new gcc's don't like empty labels
Date: 18 Dec 2002 02:43:07 +0100 [thread overview]
Message-ID: <m2bs3kqez8.fsf@demo.mitica> (raw)
Hi
patch is trivial to eliminate warnings from the compiler
Later, Juan.
Index: arch/mips/mm/c-r4k.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/mm/c-r4k.c,v
retrieving revision 1.3.2.13
diff -u -r1.3.2.13 c-r4k.c
--- arch/mips/mm/c-r4k.c 11 Dec 2002 14:23:12 -0000 1.3.2.13
+++ arch/mips/mm/c-r4k.c 18 Dec 2002 00:49:18 -0000
@@ -465,7 +465,7 @@
blast_scache16_page_indexed(page);
} else
blast_scache16_page(page);
-out:
+out:;
}
static void r4k_flush_cache_page_s32d16i16(struct vm_area_struct *vma,
@@ -511,7 +511,7 @@
blast_scache32_page_indexed(page);
} else
blast_scache32_page(page);
-out:
+out:;
}
static void r4k_flush_cache_page_s64d16i16(struct vm_area_struct *vma,
@@ -557,7 +557,7 @@
blast_scache64_page_indexed(page);
} else
blast_scache64_page(page);
-out:
+out:;
}
static void r4k_flush_cache_page_s128d16i16(struct vm_area_struct *vma,
@@ -604,7 +604,7 @@
blast_scache128_page_indexed(page);
} else
blast_scache128_page(page);
-out:
+out:;
}
static void r4k_flush_cache_page_s32d32i32(struct vm_area_struct *vma,
@@ -651,7 +651,7 @@
blast_scache32_page_indexed(page);
} else
blast_scache32_page(page);
-out:
+out:;
}
static void r4k_flush_cache_page_s64d32i32(struct vm_area_struct *vma,
@@ -698,7 +698,7 @@
blast_scache64_page_indexed(page);
} else
blast_scache64_page(page);
-out:
+out:;
}
static void r4k_flush_cache_page_s128d32i32(struct vm_area_struct *vma,
@@ -744,7 +744,7 @@
blast_scache128_page_indexed(page);
} else
blast_scache128_page(page);
-out:
+out:;
}
static void r4k_flush_cache_page_d16i16(struct vm_area_struct *vma,
@@ -789,7 +789,7 @@
page = (KSEG0 + (page & (dcache_size - 1)));
blast_dcache16_page_indexed(page);
}
-out:
+out:;
}
static void r4k_flush_cache_page_d32i32(struct vm_area_struct *vma,
@@ -835,7 +835,7 @@
page = (KSEG0 + (page & (dcache_size - 1)));
blast_dcache32_page_indexed(page);
}
-out:
+out:;
}
static void r4k_flush_cache_page_d32i32_r4600(struct vm_area_struct *vma,
@@ -881,7 +881,7 @@
blast_dcache32_page_indexed(page);
blast_dcache32_page_indexed(page ^ dcache_waybit);
}
-out:
+out:;
}
static void r4k_flush_page_to_ram_s16(struct page *page)
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
next reply other threads:[~2002-12-18 1:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-18 1:43 Juan Quintela [this message]
2002-12-18 21:57 ` [PATCH]: c-r4k.c, new gcc's don't like empty labels Ralf Baechle
2002-12-18 22:19 ` Juan Quintela
2002-12-18 22:27 ` Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2bs3kqez8.fsf@demo.mitica \
--to=quintela@mandrakesoft.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox