From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson Date: Mon, 12 Feb 2001 23:17:02 +0000 Subject: Re: [Linux-ia64] ia64_get_dcr problem Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org It is a kernel problem. Your testcase can not work as intended without the volatile in the definition of ia64_get_dcr. It looks like the kernel doesn't actually use ia64_get_dcr, which is why the problem wasn't noticed before. Jim