From e1fd79b31e130e9e4bafcab914491973147b7f86 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Mon, 23 May 2005 20:56:54 +0000 Subject: VIA: 64-bit fixes. Bumped driver date and patchlevel. --- shared-core/via_ds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core/via_ds.h') diff --git a/shared-core/via_ds.h b/shared-core/via_ds.h index e7179d3c..be9c7f9f 100644 --- a/shared-core/via_ds.h +++ b/shared-core/via_ds.h @@ -30,7 +30,7 @@ /* Set Data Structure */ #define SET_SIZE 5000 -typedef unsigned int ITEM_TYPE; +typedef unsigned long ITEM_TYPE; typedef struct { ITEM_TYPE val; -- cgit v1.2.3