diff options
author | Tom Rini | 2017-03-14 11:08:11 -0400 |
---|---|---|
committer | Tom Rini | 2017-04-05 13:52:20 -0400 |
commit | 936478e797a87bcd4e002bf70430b6f58584b155 (patch) | |
tree | fa37ca333a77dd69d8ef8978d4f8ca59356d533c /examples | |
parent | ea3310e8aafad1da72d9a5e60568d725cbdefdbd (diff) |
SPARC: Remove
The SPARC architecture is currently unmaintained, remove.
Cc: Francois Retief <fgretief@spaceteq.co.za>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/standalone/stubs.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c index f7c973432ec..bc9ff89527b 100644 --- a/examples/standalone/stubs.c +++ b/examples/standalone/stubs.c @@ -172,21 +172,6 @@ gd_t *global_data; " nop\n" \ " nop\n" \ : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r1", "r2"); -#elif defined(CONFIG_SPARC) -/* - * g7 holds the pointer to the global_data. g1 is call clobbered. - */ -#define EXPORT_FUNC(f, a, x, ...) \ - asm volatile( \ -" .globl\t" #x "\n" \ -#x ":\n" \ -" set %0, %%g1\n" \ -" or %%g1, %%g7, %%g1\n" \ -" ld [%%g1], %%g1\n" \ -" ld [%%g1 + %1], %%g1\n" \ -" jmp %%g1\n" \ -" nop\n" \ - : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "g1"); #elif defined(CONFIG_NDS32) /* * r16 holds the pointer to the global_data. gp is call clobbered. |