* Re: hugetlb compile problems (2.4 with gcc-3.4)
@ 2003-08-13 15:37 Bjorn Helgaas
0 siblings, 0 replies; only message in thread
From: Bjorn Helgaas @ 2003-08-13 15:37 UTC (permalink / raw)
To: linux-ia64
On Tuesday 12 August 2003 1:37 pm, Stephane Eranian wrote:
> I have run into some compilation problems on mm/hugetlb.c
> when using gcc3.4, it is more picky. It fails because
> in the latest 2.4 kernel there is the following:
>
> static long htlbzone_pages;
>
> int set_hugetlb_mem_size(int count)
> {
> int j, lcount;
> struct page *page, *map;
> >>> extern long htlbzone_pages;
> extern struct list_head htlbpage_freelist;
>
> }
I applied the following patch for 2.4:
#### AUTHOR bjorn.helgaas@hp.com
#### COMMENT START
### Comments for ChangeSet
HUGETLB: remove bogus "extern" decls to satisfy gcc-3.4.
### Comments for arch/ia64/mm/hugetlbpage.c
HUGETLB: remove bogus "extern" decls to satisfy gcc-3.4.
#### COMMENT END
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1076 -> 1.1077
# arch/ia64/mm/hugetlbpage.c 1.2 -> 1.3
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/08/13 bjorn.helgaas@hp.com 1.1077
# HUGETLB: remove bogus "extern" decls to satisfy gcc-3.4.
# --------------------------------------------
#
diff -Nru a/arch/ia64/mm/hugetlbpage.c b/arch/ia64/mm/hugetlbpage.c
--- a/arch/ia64/mm/hugetlbpage.c Wed Aug 13 10:41:45 2003
+++ b/arch/ia64/mm/hugetlbpage.c Wed Aug 13 10:41:45 2003
@@ -12,12 +12,11 @@
#include <linux/pagemap.h>
#include <linux/smp_lock.h>
#include <linux/slab.h>
-#include <linux/module.h>
+#include <linux/sysctl.h>
#include <asm/mman.h>
#include <asm/pgalloc.h>
#include <asm/tlb.h>
-#include <linux/sysctl.h>
#define TASK_HPAGE_BASE (REGION_HPAGE << REGION_SHIFT)
@@ -357,8 +356,6 @@
{
int j, lcount;
struct page *page, *map;
- extern long htlbzone_pages;
- extern struct list_head htlbpage_freelist;
if (count < 0)
lcount = count;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-13 15:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-13 15:37 hugetlb compile problems (2.4 with gcc-3.4) Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox