Skip to content

Commit

Permalink
m68knommu: Make THREAD_SIZE available to assembly files.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Cc: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Tim Abbott authored and Greg Ungerer committed Dec 4, 2009
1 parent f4bed4f commit d6cd1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/m68k/include/asm/thread_info_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

#ifdef __KERNEL__

#ifndef __ASSEMBLY__

/*
* Size of kernel stack for each process. This must be a power of 2...
*/
Expand All @@ -28,6 +26,8 @@
*/
#define THREAD_SIZE (PAGE_SIZE<<THREAD_SIZE_ORDER)

#ifndef __ASSEMBLY__

/*
* low level task data.
*/
Expand Down

0 comments on commit d6cd1f0

Please sign in to comment.