![]() | |||||||||||||
Messages in this thread
Patch in this message |
This patch is required to successfully compile 2.5.43 on an ultrasparc. time.c is missing a header file. On Tue, Oct 15, 2002 at 08:44:10PM -0700, Linus Torvalds wrote: > > > A huge merging frenzy for the feature freeze, although I also spent a few > days getting rid of the need for ide-scsi.c and the SCSI layer to burn > CD-ROM's with the IDE driver (it still needs an update to cdrecord, I sent > those off to the maintainer). > > The most fundamental stuff is probably RCU and oprofile, but there's stuff > all over the map here.. > > Linus > > ------ > > Summary of changes from v2.5.42 to v2.5.43 > ============================================ > [...] > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- It's not denial. I'm just selective about the reality I accept. -- Bill Watterson --- a/arch/sparc64/kernel/time.c 2002-10-18 02:31:36.000000000 -0400 +++ b/arch/sparc64/kernel/time.c 2002-10-18 02:33:38.000000000 -0400 @@ -22,6 +22,7 @@ #include <linux/ioport.h> #include <linux/mc146818rtc.h> #include <linux/delay.h> +#include <linux/profile.h> #include <asm/oplib.h> #include <asm/mostek.h> | ||||||||||||
| Last update: 2005-03-22 12:30 [W:0.499 / U:0.320 seconds] ©2003-2008 Jasper Spaans | |||||||||||||