6cb7bfebb1
Merge ppc32 and ppc64 versions of thread_info.h. They were pretty similar already, the chief changes are: - Instead of inline asm to implement current_thread_info(), which needs to be different for ppc32 and ppc64, we use C with an asm("r1") register variable. gcc turns it into the same asm as we used to have for both platforms. - We replace ppc32's 'local_flags' with the ppc64 'syscall_noerror' field. The noerror flag was in fact the only thing in the local_flags field anyway, so the ppc64 approach is simpler, and means we only need a load-immediate/store instead of load/mask/store when clearing the flag. - In readiness for 64k pages, when THREAD_SIZE will be less than a page, ppc64 used kmalloc() rather than get_free_pages() to allocate the kernel stack. With this patch we do the same for ppc32, since there's no strong reason not to. - For ppc64, we no longer export THREAD_SHIFT and THREAD_SIZE via asm-offsets, thread_info.h can now be safely included in asm, as on ppc32. Built and booted on G4 Powerbook (ARCH=ppc and ARCH=powerpc) and Power5 (ARCH=ppc64 and ARCH=powerpc). Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org> |
||
---|---|---|
.. | ||
8253pit.h | ||
a.out.h | ||
agp.h | ||
atomic.h | ||
auxvec.h | ||
backlight.h | ||
bug.h | ||
bugs.h | ||
byteorder.h | ||
cputable.h | ||
cputime.h | ||
dbdma.h | ||
div64.h | ||
dma.h | ||
elf.h | ||
emergency-restart.h | ||
errno.h | ||
fcntl.h | ||
hardirq.h | ||
heathrow.h | ||
hw_irq.h | ||
i8259.h | ||
ioctl.h | ||
ioctls.h | ||
iommu.h | ||
ipc.h | ||
irq.h | ||
kdebug.h | ||
keylargo.h | ||
kmap_types.h | ||
kprobes.h | ||
linkage.h | ||
lmb.h | ||
local.h | ||
machdep.h | ||
macio.h | ||
mc146818rtc.h | ||
mediabay.h | ||
mman.h | ||
module.h | ||
mpic.h | ||
msgbuf.h | ||
namei.h | ||
of_device.h | ||
ohare.h | ||
oprofile_impl.h | ||
param.h | ||
percpu.h | ||
pmac_feature.h | ||
pmac_low_i2c.h | ||
pmc.h | ||
poll.h | ||
posix_types.h | ||
ppc_asm.h | ||
ppc-pci.h | ||
processor.h | ||
prom.h | ||
pSeries_reconfig.h | ||
reg.h | ||
resource.h | ||
rtas.h | ||
rtc.h | ||
rwsem.h | ||
seccomp.h | ||
sections.h | ||
semaphore.h | ||
sembuf.h | ||
setup.h | ||
shmbuf.h | ||
shmparam.h | ||
siginfo.h | ||
smu.h | ||
socket.h | ||
sockios.h | ||
spinlock_types.h | ||
statfs.h | ||
string.h | ||
synch.h | ||
system.h | ||
termbits.h | ||
termios.h | ||
thread_info.h | ||
time.h | ||
timex.h | ||
topology.h | ||
types.h | ||
unaligned.h | ||
uninorth.h | ||
unistd.h | ||
user.h | ||
vga.h | ||
xmon.h | ||
xor.h |