From: Greg Ungerer Date: Mon, 17 Oct 2011 07:31:26 +0000 (+1000) Subject: m68k: use addr_limit checking for m68k CPUs that do no support address spaces X-Git-Tag: v3.3-rc1~180^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb1ee759522eb67e7733fe5b59bd17420f4d2d8;p=pandora-kernel.git m68k: use addr_limit checking for m68k CPUs that do no support address spaces The ColdFire CPU family, and the original 68000, do not support separate address spaces like the other 680x0 CPU types. Modify the set_fs()/get_fs() functions and macros to use a thread_info addr_limit for address space checking. This is pretty much what all other architectures that do not support separate setable address spaces do. Signed-off-by: Alexander Stein Signed-off-by: Greg Ungerer Acked-by: Matt Waddel Acked-by: Kurt Mahan --- Reading git-diff-tree failed