All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Ungerer <gerg@snapgear.com>
To: uClinux development list <uclinux-dev@uclinux.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [uClinux-dev] [PATCH] m68knommu: whitespace cleanup in 68328/entry.S
Date: Fri, 20 Aug 2010 14:38:47 +1000	[thread overview]
Message-ID: <4C6E06D7.5060101@snapgear.com> (raw)
In-Reply-To: <20100817165239.GA16734@frolo.macqel>


Hi Philippe,

Philippe De Muyter wrote:
> m68knommu: whitespace cleanup in 68328/entry.S
> 
> Signed-off-by: Philippe De Muyter <phdm@macqel.be>

Thanks, applied to the m68knommu git tree.

Regards
Greg


> diff --git a/arch/m68knommu/platform/68328/entry.S b/arch/m68knommu/platform/68328/entry.S
> --- a/arch/m68knommu/platform/68328/entry.S
> +++ b/arch/m68knommu/platform/68328/entry.S
> @@ -43,7 +43,7 @@ badsys:
>  	jra	ret_from_exception
>  
>  do_trace:
> -	movel	#-ENOSYS,%sp@(PT_OFF_D0)	/* needed for strace*/
> +	movel	#-ENOSYS,%sp@(PT_OFF_D0) /* needed for strace*/
>  	subql	#4,%sp
>  	SAVE_SWITCH_STACK
>  	jbsr	syscall_trace
> @@ -57,7 +57,7 @@ do_trace:
>  	lea	sys_call_table, %a0
>  	jbsr	%a0@(%d1)
>  
> -1:	movel	%d0,%sp@(PT_OFF_D0)		/* save the return value */
> +1:	movel	%d0,%sp@(PT_OFF_D0)	/* save the return value */
>  	subql	#4,%sp			/* dummy return address */
>  	SAVE_SWITCH_STACK
>  	jbsr	syscall_trace
> @@ -71,9 +71,9 @@ ENTRY(system_call)
>  	SAVE_ALL
>  
>  	/* save top of frame*/
> -	pea     %sp@
> -	jbsr    set_esp0
> -	addql   #4,%sp
> +	pea	%sp@
> +	jbsr	set_esp0
> +	addql	#4,%sp
>  
>  	movel	%sp@(PT_OFF_ORIG_D0),%d0
>  
> @@ -88,10 +88,10 @@ ENTRY(system_call)
>  	lea	sys_call_table,%a0
>  	movel	%a0@(%d0), %a0
>  	jbsr	%a0@
> -	movel	%d0,%sp@(PT_OFF_D0)		/* save the return value*/
> +	movel	%d0,%sp@(PT_OFF_D0)	/* save the return value*/
>  
>  ret_from_exception:
> -	btst	#5,%sp@(PT_OFF_SR)		/* check if returning to kernel*/
> +	btst	#5,%sp@(PT_OFF_SR)	/* check if returning to kernel*/
>  	jeq	Luser_return		/* if so, skip resched, signals*/
>  
>  Lkernel_return:
> _______________________________________________
> uClinux-dev mailing list
> uClinux-dev@uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev@uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
> 


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com

      reply	other threads:[~2010-08-20  4:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-17 16:52 [PATCH] m68knommu: whitespace cleanup in 68328/entry.S Philippe De Muyter
2010-08-20  4:38 ` Greg Ungerer [this message]

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=4C6E06D7.5060101@snapgear.com \
    --to=gerg@snapgear.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=uclinux-dev@uclinux.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 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.