From: Keith Owens <kaos@ocs.com.au>
To: esr@thyrsus.com
Cc: CML2 <linux-kernel@vger.kernel.org>, kbuild-devel@lists.sourceforge.net
Subject: Re: Configure.help entries wanted
Date: Fri, 25 May 2001 16:03:16 +1000 [thread overview]
Message-ID: <23530.990770596@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Fri, 25 May 2001 01:22:00 -0400." <20010525012200.A5259@thyrsus.com>
On Fri, 25 May 2001 01:22:00 -0400,
"Eric S. Raymond" <esr@thyrsus.com> wrote:
>Amaze your friends and confound your enemies with your hackerly erudition --
>contribute a Configure.help entry today!
>
>IA64 port:
>
>CONFIG_DISABLE_VHPT
>CONFIG_MCKINLEY_A0_SPECIFIC
>CONFIG_MCKINLEY_ASTEP_SPECIFIC
>CONFIG_IA64_DEBUG_CMPXCHG
>CONFIG_IA64_DEBUG_IRQ
>CONFIG_IA64_EARLY_PRINTK
>CONFIG_IA64_PRINT_HAZARDS
I claim my erudition prize (do I get steak knives with that?).
Against 2.4.4-ia64-010508.
Index: 4.20/Documentation/Configure.help
--- 4.20/Documentation/Configure.help Wed, 09 May 2001 14:46:25 +1000 kaos (linux-2.4/Z/c/10_Configure. 1.1.2.8.2.12 644)
+++ 4.20(w)/Documentation/Configure.help Fri, 25 May 2001 15:56:18 +1000 kaos (linux-2.4/Z/c/10_Configure. 1.1.2.8.2.12 644)
@@ -17678,6 +17678,49 @@ CONFIG_IA64_MCA
Say Y here to enable machine check support for IA-64. If you're
unsure, answer Y.
+Disable IA-64 Virtual Hash Page Table
+CONFIG_DISABLE_VHPT
+ The Virtual Hash Page Table (VHPT) enhances virtual address
+ translation performance. Normally you want the VHPT active but you
+ can select this option to disable the VHPT for debugging. If you're
+ unsure, answer N.
+
+McKinley A-step specific code
+CONFIG_MCKINLEY_ASTEP_SPECIFIC
+ Select this option to build a kernel for an IA64 McKinley system
+ with any A-stepping CPU.
+
+McKinley A0/A1-step specific code
+CONFIG_MCKINLEY_A0_SPECIFIC
+ Select this option to build a kernel for an IA64 McKinley system
+ with an A0 or A1 stepping CPU.
+
+IA64 compare-and-exchange bug checking
+CONFIG_IA64_DEBUG_CMPXCHG
+ Selecting this option turns on bug checking for the IA64
+ compare-and-exchange instructions. This is slow! If you're unsure,
+ select N.
+
+IA64 IRQ bug checking
+CONFIG_IA64_DEBUG_IRQ
+ Selecting this option turns on bug checking for the IA64 irq_save and
+ restore instructions. This is slow! If you're unsure, select N.
+
+IA64 Early printk support
+CONFIG_IA64_EARLY_PRINTK
+ Selecting this option uses the VGA screen for printk() output before
+ the consoles are initialised. It is useful for debugging problems
+ early in the boot process, but only if you have a VGA screen
+ attached. If you're unsure, select N.
+
+IA64 Print Hazards
+CONFIG_IA64_PRINT_HAZARDS
+ Selecting this option prints more information for Illegal Dependency
+ Faults, that is, for Read after Write, Write after Write or Write
+ after Read violations. This option is ignored if you are compiling
+ for an Itanium A step processor (CONFIG_ITANIUM_ASTEP_SPECIFIC). If
+ you're unsure, select Y.
+
Performance monitor support
CONFIG_PERFMON
Selects whether support for the IA-64 performance monitor hardware
next prev parent reply other threads:[~2001-05-25 6:03 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-25 5:22 Configure.help entries wanted Eric S. Raymond
2001-05-25 6:03 ` Keith Owens [this message]
2001-05-25 6:35 ` Eric S. Raymond
2001-05-25 6:59 ` Keith Owens
2001-05-25 7:10 ` Eric S. Raymond
2001-05-25 7:36 ` Philip Blundell
2001-05-25 8:04 ` [kbuild-devel] " Eric S. Raymond
2001-05-25 10:30 ` Russell King
2001-05-26 4:34 ` [kbuild-devel] " Greg Banks
2001-05-26 6:06 ` Jaswinder Singh
2001-05-26 10:06 ` Greg Banks
2001-05-26 18:50 ` Jaswinder Singh
2001-05-27 1:12 ` Greg Banks
2001-05-27 1:08 ` Jaswinder Singh
2001-05-27 1:29 ` Greg Banks
2001-05-27 1:28 ` Jaswinder Singh
2001-05-27 2:03 ` Greg Banks
2001-05-27 2:08 ` Jaswinder Singh
2001-05-27 1:20 ` Alan Cox
2001-05-27 1:31 ` Jaswinder Singh
2001-05-27 2:10 ` Greg Banks
2001-05-27 2:13 ` Jaswinder Singh
2001-05-27 2:52 ` Greg Banks
2001-05-27 16:27 ` Pavel Machek
2001-05-28 0:56 ` Greg Banks
2001-05-28 1:05 ` Alan Cox
2001-05-28 2:36 ` Greg Banks
2001-05-28 2:34 ` Jaswinder Singh
2001-05-28 2:58 ` Jaswinder Singh
2001-05-28 3:17 ` Greg Banks
2001-05-27 2:00 ` Greg Banks
2001-05-27 3:06 ` Greg Banks
2001-05-27 3:10 ` Jaswinder Singh
2001-05-27 15:24 ` Greg Banks
2001-05-27 5:03 ` Bill Pringlemeir
2001-05-26 21:48 ` esr
2001-05-27 1:54 ` Jaswinder Singh
2001-05-27 2:43 ` Greg Banks
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=23530.990770596@kao2.melbourne.sgi.com \
--to=kaos@ocs.com.au \
--cc=esr@thyrsus.com \
--cc=kbuild-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.