summaryrefslogtreecommitdiff
path: root/include/asm-parisc/param.h
AgeCommit message (Collapse)Author
2008-10-10parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin
2006-10-04[PARISC] Use CONFIG_HZ to determine interval timer rate (aka clock ticks)Grant Grundler
This isn't likely to be causing problems for other bits of kernel code. I can't find any other user of CONFIG_HZ outside of arch specific code. Signed-off-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton
From: Tim Hockin <thockin@sun.com>, Neil Brown <neilb@cse.unsw.edu.au>, me New groups infrastructure. task->groups and task->ngroups are replaced by task->group_info. Group)info is a refcounted, dynamic struct with an array of pages. This allows for large numbers of groups. The current limit of 32 groups has been raised to 64k groups. It can be raised more by changing the NGROUPS_MAX constant in limits.h
2003-09-30[PATCH] PA-RISC updatesMatthew Wilcox
PA-RISC updates for 2.6.0-test6 - Some more support for 64-bit userspace - Move many EXPORT_SYMBOLs out of parisc_ksyms.c - Make both the OSS and ALSA harmony drivers build - ioctl typechecking - Make math-emu build without warnings. - Persuade SuckyIO to not crash the machine.
2002-10-29[PATCH] include/asm-pariscMatthew Wilcox
Update include/asm-parisc
2002-02-04Import changesetLinus Torvalds