From: Jan Glauber Date: Mon, 6 Jun 2011 12:14:40 +0000 (+0200) Subject: [S390] qdio: Split SBAL entry flags X-Git-Tag: v3.0-rc3~50^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec90878bade9280dee87c9e27d759f1cee07e70;p=pandora-kernel.git [S390] qdio: Split SBAL entry flags The qdio SBAL entry flag is made-up of four different values that are independent of one another. Some of the bits are reserved by the hardware and should not be changed by qdio. Currently all four values are overwritten since the SBAL entry flag is defined as an u32. Split the SBAL entry flag into four u8's as defined by the hardware and don't touch the reserved bits. Signed-off-by: Jan Glauber Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed