https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cf2ea2eff6cf9cac136eae5cf0abb4e3cd66e96f authored by Jason Self on 13 February 2012, 19:16:01 UTC
Linux-libre 3.0.21-gnu1
Tip revision: cf2ea2e
testsetbit.S
/*
 *  linux/arch/arm/lib/testsetbit.S
 *
 *  Copyright (C) 1995-1996 Russell King
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
#include <linux/linkage.h>
#include <asm/assembler.h>
#include "bitops.h"
                .text

ENTRY(_test_and_set_bit)
	testop	orreq, streq
ENDPROC(_test_and_set_bit)
back to top