diff options
| author | Russ Cox <rsc@golang.org> | 2013-02-22 15:24:29 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2013-02-22 15:24:29 -0500 |
| commit | a48ed66447d13d0a411114eaa987278ce90ab23b (patch) | |
| tree | ddf5c1cbe96b0ca7d1898b61d652e1c869842774 /src/pkg/runtime/sys_linux_arm.s | |
| parent | b1b67a36ace635744cd261ee6f3441d1044c66b3 (diff) | |
| download | go-a48ed66447d13d0a411114eaa987278ce90ab23b.tar.xz | |
runtime: delete old closure code
Step 4 of http://golang.org/s/go11func.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7393049
Diffstat (limited to 'src/pkg/runtime/sys_linux_arm.s')
| -rw-r--r-- | src/pkg/runtime/sys_linux_arm.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pkg/runtime/sys_linux_arm.s b/src/pkg/runtime/sys_linux_arm.s index 53eb7b19d8..1001e44553 100644 --- a/src/pkg/runtime/sys_linux_arm.s +++ b/src/pkg/runtime/sys_linux_arm.s @@ -38,7 +38,6 @@ #define SYS_clock_gettime (SYS_BASE + 263) #define ARM_BASE (SYS_BASE + 0x0f0000) -#define SYS_ARM_cacheflush (ARM_BASE + 2) TEXT runtime·open(SB),7,$0 MOVW 0(FP), R0 @@ -267,15 +266,6 @@ TEXT runtime·clone(SB),7,$0 MOVW $1005, R1 MOVW R0, (R1) - -TEXT runtime·cacheflush(SB),7,$0 - MOVW 0(FP), R0 - MOVW 4(FP), R1 - MOVW $0, R2 - MOVW $SYS_ARM_cacheflush, R7 - SWI $0 - RET - TEXT runtime·sigaltstack(SB),7,$0 MOVW 0(FP), R0 MOVW 4(FP), R1 |
