powerpc/smp: Increase vdso_data->processorCount, not just decrease it
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / lib / clearbit.S
blob4c04c3b51eeb0d11bc3b755044b0a63ca6f0db1b
1 /*
2  *  linux/arch/arm/lib/clearbit.S
3  *
4  *  Copyright (C) 1995-1996 Russell King
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10 #include <linux/linkage.h>
11 #include <asm/assembler.h>
12 #include "bitops.h"
13                 .text
15 ENTRY(_clear_bit)
16         bitop   bic
17 ENDPROC(_clear_bit)