diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2010-08-04 15:14:38 +0200 | 
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-04 15:14:38 +0200 | 
| commit | d790d4d583aeaed9fc6f8a9f4d9f8ce6b1c15c7f (patch) | |
| tree | 854ab394486288d40fa8179cbfaf66e8bdc44b0f /arch/arm/mm/proc-xsc3.S | |
| parent | 73b2c7165b76b20eb1290e7efebc33cfd21db1ca (diff) | |
| parent | 3a09b1be53d23df780a0cd0e4087a05e2ca4a00c (diff) | |
| download | olio-linux-3.10-d790d4d583aeaed9fc6f8a9f4d9f8ce6b1c15c7f.tar.xz olio-linux-3.10-d790d4d583aeaed9fc6f8a9f4d9f8ce6b1c15c7f.zip  | |
Merge branch 'master' into for-next
Diffstat (limited to 'arch/arm/mm/proc-xsc3.S')
| -rw-r--r-- | arch/arm/mm/proc-xsc3.S | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mm/proc-xsc3.S b/arch/arm/mm/proc-xsc3.S index e5797f1c1db..361a51e4903 100644 --- a/arch/arm/mm/proc-xsc3.S +++ b/arch/arm/mm/proc-xsc3.S @@ -90,15 +90,11 @@ ENTRY(cpu_xsc3_proc_init)   * cpu_xsc3_proc_fin()   */  ENTRY(cpu_xsc3_proc_fin) -	str	lr, [sp, #-4]! -	mov	r0, #PSR_F_BIT|PSR_I_BIT|SVC_MODE -	msr	cpsr_c, r0 -	bl	xsc3_flush_kern_cache_all	@ clean caches  	mrc	p15, 0, r0, c1, c0, 0		@ ctrl register  	bic	r0, r0, #0x1800			@ ...IZ...........  	bic	r0, r0, #0x0006			@ .............CA.  	mcr	p15, 0, r0, c1, c0, 0		@ disable caches -	ldr	pc, [sp], #4 +	mov	pc, lr  /*   * cpu_xsc3_reset(loc)  |