Skip to content

Commit

Permalink
gdev: update kepler code license
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-fujii committed Jul 29, 2013
1 parent f549e30 commit af84c44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/gdev_nvidia_nve4.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) Yusuke Fujii
* Ritsumeikan University, Japan
* Copyright (C) Shinpei Kato and Yusuke Fujii
* Nagoya University and Ritsumeikan University
*
* All Rights Reserved.
*
Expand Down Expand Up @@ -517,7 +517,6 @@ static void nve4_copy_linear(struct gdev_ctx *ctx, uint64_t dst_addr, uint64_t s

uint32_t page_size = 0x1000;
uint32_t page_count = size / page_size;
uint32_t rem_size = size - page_size * page_count;

__gdev_begin_ring_nve4(ctx, GDEV_SUBCH_NV_PCOPY1, 0x400,4);
__gdev_out_ring(ctx, src_addr>>32);
Expand Down

0 comments on commit af84c44

Please sign in to comment.