https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 90a35ab9c7a966a228f9178b733830da1e2a3631 authored by Jason Self on 06 September 2016, 14:13:30 UTC
Linux-libre 3.12.63-gnu
Tip revision: 90a35ab
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