From: Sebastian Ott Date: Mon, 25 Oct 2010 14:10:30 +0000 (+0200) Subject: [S390] chsc: use the global page to determine the chp desriptor X-Git-Tag: v2.6.37-rc1~125^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906c9768c7750ce76b85597174b9c3599a6ca9f6;p=pandora-kernel.git [S390] chsc: use the global page to determine the chp desriptor chsc_determine_channel_path_desc is called by a wrapper who allocates a response struct. The response data is then memcpy'ed to this response struct by chsc_determine_channel_path_desc. Change chsc_determine_base_channel_path_desc to use the global chsc_page and deliver it to the function doing the actual chsc call. The channel path desriptor is then directly read from the response data. As a result we get rid of the additional allocation for the response struct. Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed