All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/3] MIPS: make funcs preempt-safe for non-mipsr2 cpus
@ 2012-09-05 22:32 Jim Quinlan
  2012-09-05 22:32 ` [PATCH V4 1/3] MIPS: bitops.h: change use of 'unsigned short' to 'int' Jim Quinlan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jim Quinlan @ 2012-09-05 22:32 UTC (permalink / raw)
  To: ralf, linux-mips; +Cc: ddaney.cavm, cernekee

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-05 23:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05 22:32 [PATCH V4 0/3] MIPS: make funcs preempt-safe for non-mipsr2 cpus Jim Quinlan
2012-09-05 22:32 ` [PATCH V4 1/3] MIPS: bitops.h: change use of 'unsigned short' to 'int' Jim Quinlan
2012-09-05 22:32 ` [PATCH V4 2/3] MIPS: Remove irqflags.h dependency from bitops.h Jim Quinlan
2012-09-05 22:32 ` [PATCH V4 3/3] MIPS: make funcs preempt-safe for non-mipsr2 cpus Jim Quinlan
2012-09-05 23:45 ` [PATCH V4 0/3] " David Daney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.