You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike Frysinger
b7cffc1f29
asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspace
...
I noticed this because alpha was broken due to the recent commit commit
bdc807871d
("avoid overflows in
kernel/time.c"). Most arches do something like this in their
asm/param.h:
#ifdef __KERNEL__
# define HZ CONFIG_HZ
#else
# define HZ 100
#endif
A few arches though (namely alpha/h8300/um/v850/xtensa) either do no set
HZ at all for !__KERNEL__, or they set it wrongly. This should bring all
arches in line by setting up HZ for userspace.
Without this currently perl 5.10 doesn't build on alpha:
perl.c: In function 'perl_construct':
perl.c:388: error: 'CONFIG_HZ' undeclared (first use in this function)
-> http://buildd.debian.org/fetch.cgi?pkg=perl;ver=5.10.0-10;arch=alpha;stamp=1210252894
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Chris Zankel <chris@zankel.net>
Cc: maximilian attems <max@stro.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
[ HZ on alpha is 1024 for historical reasons. - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 years ago
..
Kbuild
…
a.out.h
…
anna.h
avoid overflows in kernel/time.c
17 years ago
as85ep1.h
avoid overflows in kernel/time.c
17 years ago
asm.h
…
atomic.h
…
auxvec.h
…
bitops.h
forbid asm/bitops.h direct inclusion
18 years ago
bug.h
…
bugs.h
…
byteorder.h
…
cache.h
…
cacheflush.h
[PATCH] Optimize D-cache alias handling on fork
18 years ago
checksum.h
…
clinkage.h
…
cputime.h
…
current.h
…
delay.h
…
device.h
…
div64.h
…
dma-mapping.h
…
dma.h
…
elf.h
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
17 years ago
emergency-restart.h
…
entry.h
…
errno.h
…
fb.h
fbdev: detect primary display device
18 years ago
fcntl.h
…
flat.h
Binfmt_flat: Add minimum support for the Blackfin relocations
18 years ago
fpga85e2c.h
avoid overflows in kernel/time.c
17 years ago
futex.h
…
gbus_int.h
…
hardirq.h
…
highres_timer.h
…
hw_irq.h
…
io.h
remove mm_{ptov,vtop}()
17 years ago
ioctl.h
…
ioctls.h
v850: enable arbitary speed tty ioctls
18 years ago
ipcbuf.h
…
irq.h
take declarations of enable_irq() et.al. to linux/interrupt.h
18 years ago
irq_regs.h
softlockup: make asm/irq_regs.h available on every platform
18 years ago
kdebug.h
move die notifier handling to common code
18 years ago
kmap_types.h
…
kvm.h
kvm: provide kvm.h for all architecture: fixes headers_install
17 years ago
linkage.h
…
local.h
…
ma.h
…
ma1.h
…
machdep.h
…
macrology.h
…
me2.h
…
mman.h
…
mmu.h
…
mmu_context.h
[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction
18 years ago
module.h
…
msgbuf.h
…
mutex.h
…
namei.h
…
page.h
Add pgtable_t to remaining nommu architectures
17 years ago
param.h
asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspace
17 years ago
pci.h
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
18 years ago
percpu.h
…
pgalloc.h
…
pgtable.h
…
poll.h
Consolidate asm/poll.h
18 years ago
posix_types.h
asm-*/posix_types.h: scrub __GLIBC__
17 years ago
processor.h
…
ptrace.h
…
resource.h
…
rte_cb.h
avoid overflows in kernel/time.c
17 years ago
rte_ma1_cb.h
…
rte_mb_a_pci.h
…
rte_me2_cb.h
…
rte_nb85e_cb.h
…
scatterlist.h
Add CONFIG_DEBUG_SG sg validation
18 years ago
sections.h
…
segment.h
…
semaphore.h
Generic semaphore implementation
17 years ago
sembuf.h
…
serial.h
…
setup.h
…
shmbuf.h
…
shmparam.h
…
sigcontext.h
…
siginfo.h
…
signal.h
…
sim.h
avoid overflows in kernel/time.c
17 years ago
sim85e2.h
avoid overflows in kernel/time.c
17 years ago
sim85e2c.h
…
sim85e2s.h
…
simsyscall.h
…
socket.h
[NET]: Introducing socket mark socket option.
17 years ago
sockios.h
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
18 years ago
stat.h
…
statfs.h
…
string.h
…
system.h
Add cmpxchg_local to v850
17 years ago
teg.h
…
termbits.h
v850: enable arbitary speed tty ioctls
18 years ago
termios.h
v850: enable arbitary speed tty ioctls
18 years ago
thread_info.h
remove unused TIF_NOTIFY_RESUME flag
18 years ago
timex.h
…
tlb.h
…
tlbflush.h
remove unused flush_tlb_pgtables
18 years ago
topology.h
…
types.h
v850: types: use <asm-generic/int-*.h> for the v850 architecture
17 years ago
uaccess.h
…
ucontext.h
…
unaligned.h
kernel: Move arches to use common unaligned access
17 years ago
unistd.h
[PATCH] remove kernel syscalls
18 years ago
user.h
Sanitize the type of struct user.u_ar0
17 years ago
v850e.h
…
v850e2.h
…
v850e2_cache.h
…
v850e_cache.h
…
v850e_intc.h
…
v850e_timer_c.h
…
v850e_timer_d.h
…
v850e_uart.h
…
v850e_uarta.h
…
v850e_uartb.h
…
v850e_utils.h
…