alistair23-linux/arch/parisc/kernel
Helge Deller 1152a68c42 parisc: use constants instead of numbers in assembly
A few small fixups:
* _PAGE_SIZE_ENCODING_DEFAULT is wrong here, as one might assume that
  it's possible to define the page size that way. This is wrong. Use 0 instead.
* use constants instead of hardcoded numerical values in depi and extru
  while building the PFN out of the pte entry
* use SHRREG instead of extru (iitlba expects the PFN at bits {7..26})

Still wondering why we can use the same register (pte) as extru source
and target register, but it seems to work on PA1.1 and PA2.0...

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
2009-03-31 02:51:33 +00:00
..
.gitignore parisc: add arch/parisc/kernel/.gitignore 2008-10-10 16:32:28 +00:00
asm-offsets.c parisc: move pdc_result to real2.S 2008-10-10 16:32:28 +00:00
binfmt_elf32.c [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY 2008-10-16 15:40:05 +02:00
cache.c parisc: BUG_ON() cleanup 2009-03-13 01:16:35 -04:00
drivers.c parisc: add uevent helper for parisc bus 2009-01-05 19:11:59 +00:00
entry.S parisc: use constants instead of numbers in assembly 2009-03-31 02:51:33 +00:00
firmware.c parisc: fix section mismatch warnings 2009-03-13 01:17:13 -04:00
hardware.c
head.S parisc: hijack jump to start_kernel 2008-10-10 16:32:30 +00:00
hpmc.S parisc: export length of os_hpmc vector 2009-01-05 19:18:27 +00:00
init_task.c take init_fs to saner place 2008-12-31 18:07:42 -05:00
inventory.c
irq.c Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 2009-03-27 17:28:43 +01:00
Makefile
module.c parisc: fix module loading failure of large kernel modules 2009-01-05 08:40:14 +10:30
pa7300lc.c
pacache.S
parisc_ksyms.c
pci-dma.c parisc: BUG_ON() cleanup 2009-03-13 01:16:35 -04:00
pci.c
pdc_chassis.c
pdc_cons.c parisc: Use DEFINE_SPINLOCK 2009-01-05 19:13:18 +00:00
perf.c parisc: Replace NR_CPUS in parisc code 2009-01-05 19:09:02 +00:00
perf_asm.S
perf_images.h
process.c
processor.c parisc: Replace NR_CPUS in parisc code 2009-01-05 19:09:02 +00:00
ptrace.c parisc: fix bug in compat_arch_ptrace 2008-11-20 13:09:17 -08:00
real2.S parisc: move pdc_result to real2.S 2008-10-10 16:32:28 +00:00
setup.c parisc: Replace NR_CPUS in parisc code 2009-01-05 19:09:02 +00:00
signal.c CRED: Wrap task credential accesses in the PA-RISC arch 2008-11-14 10:38:38 +11:00
signal32.c
signal32.h
smp.c parisc: Replace NR_CPUS in parisc code 2009-01-05 19:09:02 +00:00
sys32.h
sys_parisc.c
sys_parisc32.c compat: generic compat get/settimeofday 2008-10-16 11:21:33 -07:00
syscall.S
syscall_table.S generic compat_sys_ustat 2009-03-27 14:43:57 -04:00
time.c parisc: Replace NR_CPUS in parisc code 2009-01-05 19:09:02 +00:00
topology.c parisc: Replace NR_CPUS in parisc code 2009-01-05 19:09:02 +00:00
traps.c parisc: export length of os_hpmc vector 2009-01-05 19:18:27 +00:00
unaligned.c
unwind.c parisc: fix GFP_KERNEL use while atomic in unwinder 2009-01-05 18:15:25 +00:00
vmlinux.lds.S