Re: wait_on_irq, CPU1

Andi Kleen (ak@suse.de)
Wed, 29 Dec 1999 19:51:28 +0100


On Wed, Dec 29, 1999 at 12:47:01PM -0600, Bill Wendling wrote:
> } + module_start = PAGE_OFFSET + (max_mapnr << PAGE_SHIFT);
> } + module_start = ((module_start + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1));
> } +
> } + i = 1;
> } + while (((long) stack & (8192-1)) != 0) {
> ^^^^
> Would it be a better idea to use a #defined value here (and in other
> places) such as THREAD_SIZE to avoid confusion? Just a suggestion.

THREAD_SIZE is not defined in 2.2, only in 2.3. The code needs to work
under 2.2.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/