diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-09 08:50:42 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-09 08:50:42 +0000 |
commit | c20feee43b1f7627a30c4ab5d1f5392bbec19c0e (patch) | |
tree | 21b5de60032ff7d73a131e956c652c528f51c77f | |
parent | 7ed109451289a4cac488e2181f38b86bc3680d6c (diff) |
Notes
-rw-r--r-- | sys/compat/linuxkpi/common/src/linux_rcu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/src/linux_rcu.c b/sys/compat/linuxkpi/common/src/linux_rcu.c index c565d85724bd..32283ee18493 100644 --- a/sys/compat/linuxkpi/common/src/linux_rcu.c +++ b/sys/compat/linuxkpi/common/src/linux_rcu.c @@ -1,5 +1,6 @@ /*- * Copyright (c) 2016 Matthew Macy (mmacy@mattmacy.io) + * Copyright (c) 2017 Hans Petter Selasky (hselasky@freebsd.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without |