public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: gerg@uclinux.org, davidm@snapgear.com, jeff@uclinux.org
Cc: uclinux-dev@uclinux.org, linux-kernel@vger.kernel.org
Subject: [2.6 patch] there is no CONFIG_4KSTACKS option on m68knommu
Date: Tue, 7 Jun 2005 23:30:46 +0200	[thread overview]
Message-ID: <20050607213046.GC7962@stusta.de> (raw)

There is no CONFIG_4KSTACKS option on m68knommu.

Let's remove this dead code.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.12-rc6-mm1-full/include/asm-m68knommu/thread_info.h.old	2005-06-07 23:27:33.000000000 +0200
+++ linux-2.6.12-rc6-mm1-full/include/asm-m68knommu/thread_info.h	2005-06-07 23:27:51.000000000 +0200
@@ -17,11 +17,7 @@
 /*
  * Size of kernel stack for each process. This must be a power of 2...
  */
-#ifdef CONFIG_4KSTACKS
-#define THREAD_SIZE_ORDER (0)
-#else
 #define THREAD_SIZE_ORDER (1)
-#endif
                                                                                 
 /*
  * for asm files, THREAD_SIZE is now generated by asm-offsets.c


             reply	other threads:[~2005-06-07 21:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-07 21:30 Adrian Bunk [this message]
2005-06-08  1:18 ` [2.6 patch] there is no CONFIG_4KSTACKS option on m68knommu Greg Ungerer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050607213046.GC7962@stusta.de \
    --to=bunk@stusta.de \
    --cc=davidm@snapgear.com \
    --cc=gerg@uclinux.org \
    --cc=jeff@uclinux.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=uclinux-dev@uclinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox