2 * Copyright 2004-2006 Atmel Corporation
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
9 #include <asm/thread_info.h>
15 .type clear_user, "function"
17 branch_if_kernel r8, __clear_user
18 ret_if_privileged r8, r12, r11, r11
21 .type __clear_user, "function"
38 /* Unaligned count or address */
47 /* Unaligned address */
61 .size clear_user, . - clear_user
62 .size __clear_user, . - __clear_user
69 .section __ex_table, "a"