Bug 86134

Summary: Build fails if ZX1 enabled for arch/ia54/mm/init.c, line 568, e.25
Product: Red Hat Enterprise Linux 2.1 Reporter: type2
Component: kernelAssignee: Larry Woodman <lwoodman>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.1   
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: AS2.1/IPF Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-28 16:33:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description type2 2003-03-14 17:27:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226
Debian/1.2.1-9

Description of problem:
File: arch/ia54/mm/init.c, linux-2.4.18-e.25

line 568
        zone = ZONE_NORMAL

should be
        zone = ZONE_NORMAL;


(missing semicolon; activated when CONFIG_IA64_ZX1 is on)


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

How reproducible:
Always

Steps to Reproduce:
1. Config in ZX1
2. Build kernel

Actual Results:  Syntax error in make.

Expected Results:  Succesful build.

Additional info: