https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f84701e272246102c6a203d0796a0fe68a062579 authored by Jason Self on 13 July 2013, 18:43:11 UTC
Linux-libre 3.10.1-gnu
Tip revision: f84701e
clearbit.S
/*
 *  linux/arch/arm/lib/clearbit.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

bitop	_clear_bit, bic
back to top