Merge commit 'refs/top-bases/linux-kernel-mem' into linux-kernel-mem

This commit is contained in:
Brian Behlendorf 2009-12-11 12:08:13 -08:00
commit 7b8fbda25b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ typedef struct raidz_map {
(mask) = (x) & 0x8080808080808080ULL; \ (mask) = (x) & 0x8080808080808080ULL; \
(mask) = ((mask) << 1) - ((mask) >> 7); \ (mask) = ((mask) << 1) - ((mask) >> 7); \
(x) = (((x) << 1) & 0xfefefefefefefefeULL) ^ \ (x) = (((x) << 1) & 0xfefefefefefefefeULL) ^ \
((mask) & 0x1d1d1d1d1d1d1d1d); \ ((mask) & 0x1d1d1d1d1d1d1d1dULL); \
} }
#define VDEV_RAIDZ_64MUL_4(x, mask) \ #define VDEV_RAIDZ_64MUL_4(x, mask) \