Skip to content
Commit ba0635fc authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc: Rename thread_struct.fs to addr_limit



It's called 'fs' for historical reasons, it's named after the x86 'FS'
register. But we don't have to use that name for the member of
thread_struct, and in fact arch/x86 doesn't even call it 'fs' anymore.

So rename it to 'addr_limit', which better reflects what it's used
for, and is also the name used on other arches.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 6bcdd297
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment