From: Martin Schwidefsky Date: Thu, 29 Jun 2006 12:57:39 +0000 (+0200) Subject: [S390] modular 3270 driver. X-Git-Tag: v2.6.18-rc1~360^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132fab13635a56a8151641671a2f896be00fd215;p=pandora-kernel.git [S390] modular 3270 driver. The initial i/o to a 3270 device is done using the static module variables raw3270_init_data and raw3270_init_request. If the 3270 device driver is built as a module and gets loaded above 2GB, the initial i/o will fail because these variables will get addresses > 2GB. To make it work the two variables are moved to struct raw3270 and the data structure is allocated with GFP_DMA. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed