[kernel] bug#58: marked as done (SMP support - asm-parisc/cache.h defines L1_CACHE_BYTES)

PA-RISC Linux bug Tracking System daniel_frazier@hp.com
Fri, 16 Mar 2001 22:03:01 -0700 (MST)


X-PA-RISC Linux-PR-Message: closed 58

Your message dated Fri, 16 Mar 2001 22:02:38 -0700
with message-id <20010316220238.E3743@zumpano.fc.hp.com>
and subject line Fixed
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

dann frazier
(administrator, PA-RISC Linux bugs database)

--------------------------------------
Received: (at submit) by bugs.parisc-linux.org; 6 Mar 2001 21:22:57 +0000
>From maswan@acc.umu.se  Tue Mar  6 14:22:57 2001
Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139])
	by dsl2.external.hp.com (Postfix) with ESMTP id 5F1794A19
	for <submit@bugs.parisc-linux.org>; Tue,  6 Mar 2001 14:22:55 -0700 (MST)
Received: from tiger.acc.umu.se (maswan@tiger.acc.umu.se [130.239.18.209])
	by khan.acc.umu.se (8.11.2/8.11.2) with ESMTP id f26LMrS13385
	for <submit@bugs.parisc-linux.org>; Tue, 6 Mar 2001 22:22:53 +0100 (MET)
Received: (from maswan@localhost)
	by tiger.acc.umu.se (8.11.2/8.10.0) id f26LMrv18744
	for submit@bugs.parisc-linux.org; Tue, 6 Mar 2001 22:22:53 +0100 (MET)
Date: Tue, 6 Mar 2001 22:22:52 +0100
From: Mattias Wadenstein <maswan@acc.umu.se>
To: submit@bugs.parisc-linux.org
Subject: SMP support - asm-parisc/cache.h defines L1_CACHE_BYTES
Message-ID: <20010306222252.A18739@tiger.acc.umu.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.4i

Package: kernel

SMP support - asm-parisc/cache.h defines L1_CACHE_BYTES - issue w/32-bit 
on PA2.0 (ggg)

Submitting stuff from the outdated TODO List.

---------------------------------------
Received: (at 58-close) by bugs.parisc-linux.org; 17 Mar 2001 05:02:39 +0000
>From willy@ldl.fc.hp.com  Fri Mar 16 22:02:39 2001
Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202])
	by dsl2.external.hp.com (Postfix) with ESMTP id D4EFD4A19
	for <58-close@bugs.parisc-linux.org>; Fri, 16 Mar 2001 22:02:39 -0700 (MST)
Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.1.50.190])
	by atlrel2.hp.com (Postfix) with ESMTP id CEA9B14FD
	for <58-close@bugs.parisc-linux.org>; Sat, 17 Mar 2001 00:02:38 -0500 (EST)
Received: by ldl.fc.hp.com (Postfix, from userid 22224)
	id 908795A995; Fri, 16 Mar 2001 22:02:38 -0700 (MST)
Date: Fri, 16 Mar 2001 22:02:38 -0700
To: 58-close@bugs.parisc-linux.org
Subject: Fixed
Message-ID: <20010316220238.E3743@zumpano.fc.hp.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: willy@ldl.fc.hp.com (Matthew Wilcox)


Made L1_CACHE_BYTES dependent on CONFIG_PA20 instead of __LP64__

I disagree with grant that this should be a boottime thing.  either it
should always be 64 or it can be selectable with the CPU type option.