x86, 32-bit: trim memory not covered by wb mtrrs
[deliverable/linux.git] / arch / x86 / kernel / i386_ksyms_32.c
CommitLineData
1da177e4 1#include <linux/module.h>
de8aacbe 2#include <asm/semaphore.h>
1da177e4 3#include <asm/checksum.h>
1da177e4 4#include <asm/desc.h>
8232fd62 5#include <asm/pgtable.h>
1da177e4 6
1da177e4
LT
7EXPORT_SYMBOL(__down_failed);
8EXPORT_SYMBOL(__down_failed_interruptible);
9EXPORT_SYMBOL(__down_failed_trylock);
10EXPORT_SYMBOL(__up_wakeup);
11/* Networking helper routines. */
12EXPORT_SYMBOL(csum_partial_copy_generic);
1da177e4
LT
13
14EXPORT_SYMBOL(__get_user_1);
15EXPORT_SYMBOL(__get_user_2);
16EXPORT_SYMBOL(__get_user_4);
17
18EXPORT_SYMBOL(__put_user_1);
19EXPORT_SYMBOL(__put_user_2);
20EXPORT_SYMBOL(__put_user_4);
21EXPORT_SYMBOL(__put_user_8);
22
1da177e4
LT
23EXPORT_SYMBOL(strstr);
24
1da177e4 25EXPORT_SYMBOL(csum_partial);
8232fd62 26EXPORT_SYMBOL(empty_zero_page);
This page took 0.276268 seconds and 5 git commands to generate.