Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272592AbTHKNor (ORCPT ); Mon, 11 Aug 2003 09:44:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272665AbTHKNnh (ORCPT ); Mon, 11 Aug 2003 09:43:37 -0400 Received: from pix-525-pool.redhat.com ([66.187.233.200]:28811 "EHLO lacrosse.corp.redhat.com") by vger.kernel.org with ESMTP id S272592AbTHKNk4 (ORCPT ); Mon, 11 Aug 2003 09:40:56 -0400 To: torvalds@transmeta.com From: davej@redhat.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH] DAC960 64bit fixup Message-Id: Date: Mon, 11 Aug 2003 14:40:24 +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 705 Lines: 17 diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/block/DAC960.h linux-2.5/drivers/block/DAC960.h --- bk-linus/drivers/block/DAC960.h 2003-08-07 13:51:31.000000000 +0100 +++ linux-2.5/drivers/block/DAC960.h 2003-08-07 14:13:28.000000000 +0100 @@ -65,7 +65,7 @@ */ #define DAC690_V1_PciDmaMask 0xffffffff -#define DAC690_V2_PciDmaMask 0xffffffffffffffff +#define DAC690_V2_PciDmaMask 0xffffffffffffffffULL /* Define a Boolean data type. - 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/