| /* MN10300 Low level FPU management operations |
| * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
| * Written by David Howells (dhowells@redhat.com) |
| * This program is free software; you can redistribute it and/or |
| * modify it under the terms of the GNU General Public Licence |
| * as published by the Free Software Foundation; either version |
| * 2 of the Licence, or (at your option) any later version. |
| #include <linux/linkage.h> |
| #include <asm/cpu-regs.h> |
| #include <asm/thread_info.h> |
| #include <asm/asm-offsets.h> |
| ############################################################################### |
| # void fpu_disabled(void) |
| # - handle an exception due to the FPU being disabled |
| # when CONFIG_FPU is disabled |
| ############################################################################### |
| .type fpu_disabled,@function |
| call unexpected_fpu_exception[],0 |
| .size fpu_disabled,.-fpu_disabled |