[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <018c01cc56d8$52131a10$f6394e30$@systemfabricworks.com>
Date: Tue, 9 Aug 2011 16:07:15 -0500
From: "Bob Pearson" <rpearson@...temfabricworks.com>
To: "'Joakim Tjernlund'" <joakim.tjernlund@...nsmode.se>
Cc: <akpm@...ux-foundation.org>, <fzago@...temfabricworks.com>,
<linux@...izon.com>, <linux-kernel@...r.kernel.org>
Subject: RE: [patch v3 5/7] crc32: add-real-8-bit.diff
> >
> > -static uint32_t crc32table_le[4][LE_TABLE_SIZE];
> > -static uint32_t crc32table_be[4][BE_TABLE_SIZE];
> > +static uint32_t crc32table_le[8][256];
> > +static uint32_t crc32table_be[8][256];
>
> Above is wrong as only 32 bits is supported at this point.
fixed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists