| To: | ralf@linux-mips.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH V4 0/3] MIPS: make funcs preempt-safe for non-mipsr2 cpus |
| From: | "Jim Quinlan" <jim2101024@gmail.com> |
| Date: | Wed, 5 Sep 2012 18:32:44 -0400 |
| Cc: | ddaney.cavm@gmail.com, cernekee@gmail.com |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
This is V4 of my submission. Here is a list of requested changes:
o Extra commit was added for changing an unsigned short to an int.
o Use of EXTERN_SYMBOL was added to mips-atomic.c and bitops.c,
as well as the removal of 'extern' in the functions' declarations.
o Name of funcs changed from atomic_xxx to __mips_xxx in bitops.c.
o The function comments in bitops.c were tweaked to please
scripts/kernel-doc.
Here is a list of requested changes that were not done (and why):
o Suggested optimization of _MIPS_SZLONG and others was not needed
as mips-atomic.c now includes <asm/irqflags.h>.
o Suggested fixes to please checkpatch.pl for whitespace before
newlines in asm strings was attempted but the result made the
assembly code look more cluttered => no change made.
These were unrequested changes:
o Changed order of func listings in irqflags.h so that only one
#ifdef/#endif pair was needed instead of three.
Jim Quinlan
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH V4 2/3] MIPS: Remove irqflags.h dependency from bitops.h, Jim Quinlan |
|---|---|
| Next by Date: | [PATCH V4 3/3] MIPS: make funcs preempt-safe for non-mipsr2 cpus, Jim Quinlan |
| Previous by Thread: | [PATCH 0/4] Add RI and XI bits to MIPS base architecture., Steven J. Hill |
| Next by Thread: | [PATCH V4 1/3] MIPS: bitops.h: change use of 'unsigned short' to 'int', Jim Quinlan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |