[PATCH] uml: eliminate some globals
authorJeff Dike <jdike@addtoit.com>
Thu, 19 Jan 2006 01:42:48 +0000 (17:42 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:20 +0000 (19:20 -0800)
commit09ee011eb322c2072ec184a88763c250a5485d8b
treeea13731ab3d7fe143b27b0f060956b3cec0f727a
parentabaf69773d8dda98b917d94c07757f6520da7bec
[PATCH] uml: eliminate some globals

Stop using global variables to hold the file descriptor and offset used to map
the skas0 stubs.  Instead, calculate them using the page physical addresses.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/os-Linux/skas/process.c