Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120591
b: refs/heads/master
c: 1c06da8
h: refs/heads/master
i:
  120589: 1af5104
  120587: 3784d81
  120583: 04871ef
  120575: 5667568
v: v3
  • Loading branch information
Kent Liu authored and Herbert Xu committed Dec 25, 2008
1 parent b3b283e commit a3e8b1c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b24ea971a93f5d0bec34bf7bfd0939f70cfaae6
refs/heads/master: 1c06da81a5d042d5fba67c4c533b16ae62a174ab
20 changes: 14 additions & 6 deletions trunk/arch/x86/crypto/crc32c-intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@
* Intel(R) 64 and IA-32 Architectures Software Developer's Manual
* Volume 2A: Instruction Set Reference, A-M
*
* Copyright (c) 2008 Austin Zhang <austin_zhang@linux.intel.com>
* Copyright (c) 2008 Kent Liu <kent.liu@intel.com>
* Copyright (C) 2008 Intel Corporation
* Authors: Austin Zhang <austin_zhang@linux.intel.com>
* Kent Liu <kent.liu@intel.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
#include <linux/init.h>
Expand Down Expand Up @@ -194,4 +203,3 @@ MODULE_LICENSE("GPL");

MODULE_ALIAS("crc32c");
MODULE_ALIAS("crc32c-intel");

0 comments on commit a3e8b1c

Please sign in to comment.