NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: port-i386/57197: GENERIC kernel crash on pentium-III and earlier CPUs



be nice to put a little more details in what needs fixing:

arch/i386/i386/vector.S:#define INTRSTUB1(name, num, sub, off, early_ack, late_ack, mask, unmask, level_mask) \

has this:

	/* switch stack if necessary, and push a ptr to our intrframe */ \
	IDEPTH_INCR

the last part of IDEPTH_INCR being:

999:    pushl   %eax; /* eax == pointer to intrframe */ \

so it's _this_ that becomes the 2nd arg for clockintr().


.mrg.


Home | Main Index | Thread Index | Old Index