sparc: Remove Sparc's asm-offsets for sclow.S

Remove Sparc's asm-offsets for sclow.S as the (E)UID/(E)GID size and
offset definitions will cease to be correct if COW credentials are
merged.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by David Howells and committed by David S. Miller e4f25060 e7eb32eb

-12
-12
arch/sparc/kernel/asm-offsets.c
··· 18 18 { 19 19 DEFINE(AOFF_task_thread, offsetof(struct task_struct, thread)); 20 20 BLANK(); 21 - /* XXX This is the stuff for sclow.S, kill it. */ 22 - DEFINE(AOFF_task_pid, offsetof(struct task_struct, pid)); 23 - DEFINE(AOFF_task_uid, offsetof(struct task_struct, uid)); 24 - DEFINE(AOFF_task_gid, offsetof(struct task_struct, gid)); 25 - DEFINE(AOFF_task_euid, offsetof(struct task_struct, euid)); 26 - DEFINE(AOFF_task_egid, offsetof(struct task_struct, egid)); 27 - /* DEFINE(THREAD_INFO, offsetof(struct task_struct, stack)); */ 28 - DEFINE(ASIZ_task_uid, sizeof(current->uid)); 29 - DEFINE(ASIZ_task_gid, sizeof(current->gid)); 30 - DEFINE(ASIZ_task_euid, sizeof(current->euid)); 31 - DEFINE(ASIZ_task_egid, sizeof(current->egid)); 32 - BLANK(); 33 21 DEFINE(AOFF_thread_fork_kpsr, 34 22 offsetof(struct thread_struct, fork_kpsr)); 35 23 BLANK();