Bug 98387 - (KERNEL PATCH)linux-2.4.0-e820.patch has a typo, patch is available.
Summary: (KERNEL PATCH)linux-2.4.0-e820.patch has a typo, patch is available.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 9
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-07-02 05:03 UTC by GOTO Masanori
Modified: 2007-04-18 16:55 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-09-30 15:41:14 UTC
Embargoed:


Attachments (Terms of Use)

Description GOTO Masanori 2003-07-02 05:03:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021204
Debian/1.2.1-1

Description of problem:
This patch simply fixes a typo in linux-2.4.0-e820.patch:

--- linux-2.4.0-e820.patch      2003-07-01 08:44:56.000000000 +0900
+++ linux-2.4.0-e820.patch.new  2003-07-01 08:55:07.000000000 +0900
@@ -176,7 +176,7 @@
 +      /* test for i586 and up */
 +      if (boot_cpu_data.x86_model<5)
 +              return;
-+      sprintf(rpmarchitecture,"i586 i385");
++      sprintf(rpmarchitecture,"i586 i386");
 +      /* i686 and above needs cmov support */
 +      if (!cpu_has_cmov)
 +              return;


Version-Release number of selected component (if applicable):
kernel-2.4.20-18.9

How reproducible:
Didn't try


Additional info:

Comment 1 Bugzilla owner 2004-09-30 15:41:14 UTC
Thanks for the bug report. However, Red Hat no longer maintains this version of
the product. Please upgrade to the latest version and open a new bug if the problem
persists.

The Fedora Legacy project (http://fedoralegacy.org/) maintains some older releases, 
and if you believe this bug is interesting to them, please report the problem in
the bug tracker at: http://bugzilla.fedora.us/



Note You need to log in before you can comment on or make changes to this bug.