Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / xtensa / kernel / xtensa_ksyms.c
blob62d81e76e18e238ec1772de97b783f07033228e6
1 /*
2 * arch/xtensa/kernel/xtensa_ksyms.c
4 * Export Xtensa-specific functions for loadable modules.
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.
10 * Copyright (C) 2001 - 2005 Tensilica Inc.
12 * Joe Taylor <joe@tensilica.com>
15 #include <linux/module.h>
16 #include <asm/pgtable.h>
18 EXPORT_SYMBOL(empty_zero_page);
20 unsigned int __sync_fetch_and_and_4(volatile void *p, unsigned int v)
22 BUG();
24 EXPORT_SYMBOL(__sync_fetch_and_and_4);
26 unsigned int __sync_fetch_and_or_4(volatile void *p, unsigned int v)
28 BUG();
30 EXPORT_SYMBOL(__sync_fetch_and_or_4);