···11/*22+ * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>33+ * Copyright (C) 2008-2009 PetaLogix24 * Copyright (C) 2006 Atmark Techno, Inc.35 *46 * This file is subject to the terms and conditions of the GNU General Public···119#ifndef _ASM_MICROBLAZE_CURRENT_H1210#define _ASM_MICROBLAZE_CURRENT_H13111212+/*1313+ * Register used to hold the current task pointer while in the kernel.1414+ * Any `call clobbered' register without a special meaning should be OK,1515+ * but check asm/microblaze/kernel/entry.S to be sure.1616+ */1717+#define CURRENT_TASK r311418# ifndef __ASSEMBLY__1519/*1620 * Dedicate r31 to keeping the current task pointer