From 08e319091fae7a60ae9fa757659cfde2966af9e9 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 30 Mar 2006 18:53:41 +0000 Subject: [PATCH] Added notice to last ChangeLog entry Fixes for some vsw4 failures on 64bit BE platforms such as PPC64 and s390x. Provided by Hong Bo Peng of IBM (slightly modified). Patches try to resolve some of the careless mixtures of ulong and uint (which are different size on 64bit). > This patch will break the driver ABI! < Bugzilla #6438. --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7294b5235..24b1aabd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,9 @@ PPC64 and s390x. Provided by Hong Bo Peng of IBM (slightly modified). Patches try to resolve some of the careless mixtures of ulong and uint (which are different size on - 64bit). Bugzilla #6438. + 64bit). + > This patch will break the driver ABI! < + Bugzilla #6438. 2006-03-29 Kristian Høgsberg