Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 21 Mar 2002 12:21:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 21 Mar 2002 12:21:43 -0500 Received: from lightning.hereintown.net ([207.196.96.3]:7299 "EHLO lightning.hereintown.net") by vger.kernel.org with ESMTP id ; Thu, 21 Mar 2002 12:21:20 -0500 From: Chris Meadors To: linux-kernel@vger.kernel.org cc: linux-alpha@vger.kernel.org Subject: [PATCH] Needed to get 2.5.7 to compile and link on Alpha [4/10] Message-Id: Date: Thu, 21 Mar 2002 12:17:47 -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Needed to link. I'm not sure if check_pgt_cache should be a NOP on the Alpha but most the rest of the functions in pgalloc.h are, and it seems to work for me. But someone who really knows what they are doing should check it. -Chris --- linux-2.5.7/include/asm-alpha/pgalloc.h~ Wed Mar 20 15:49:19 2002 +++ linux-2.5.7/include/asm-alpha/pgalloc.h Wed Mar 20 15:48:10 2002 @@ -292,4 +292,6 @@ __free_page(page); } +#define check_pgt_cache() do { } while (0) + #endif /* _ALPHA_PGALLOC_H */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/